<?php
echo $_POST['$P']."<BR>";
?>
<form method="post" action="">
<input type="password" name="p">
<input type="submit">
</form>
I am unable to echo the password. Not looking forward to security features etc., Just want to know what exactly is wrong in this simple code
It’s
probably. Do a
and you’ll see what the names are.