Answered step by step
Verified Expert Solution
Question
1 Approved Answer
PHP code that is given : Exercise 2 - GET Echo body { margin:0; padding:0; font-family: Arial; } form { margin:20px; } input[type=text], input[type=password] {
PHP code that is given :
// An example is already given to you for the First Name
$fname = $_GET['fname']; ?>
Echoed GET
Values
First Name:
Echoed GET
Values To get full marks in this task the password must be hidden with the use of '#'. There is to be the same amount of '#' characters for the number of characters in the password input by the user. For example: If the user entered the password 'dinosaur' it should display (8 '#' characters) Password = ######## Also, there must be no errors displayed for instance undefined index
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started