help me
Below is a simple login form. $ uname is a variable in php. End of a line of php like that; Put the symbol. $ _POST ['pass'] is a variable that serves as input to the input field we pass. Here is a simple explanation. * Now you have to do. All the lines on this line clearly explain all the symbols. * This will get you 50COSC *. The answer is correct and marks the perfection. <? php $ uname = "Griffin"; $ pass = "COS"; if (isset ($ _ POST ['uname'])) { $ u = $ _ POST ['uname']; if (isset ($ _ POST ['pass'])) { $ p = $ _ POST ['pass']; if ($ uname == $ u & $ pass == $ p) { echo ('successfuly loged in'. $ u); {else { echo 'incorrect details.'; } } ?> <html> <head> <title> login </title> </head> <body> <form action = "#" method = "post"> <input type = "text" name = "uname"> <input type = "password" name = "pass"> <button> Submit </button> </form> </body> </html>