Jump to content

anujchhabria

New Members
  • Posts

    2
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

anujchhabria's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hello, This is my HTML file.. <html> <body> <form action="check.php" method="post"> Name: <input type="text" name="fname" /> <input type="submit" /> </form> </body> </html> and this is my check.php file: <?php $question=substr($fname,0); if ($question=="Bob Jones") { $answer=="admin"; } echo $_POST["fname"]; echo ',' + $answer; ?> For some reason it is not displaying anwser correctly
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.