Jump to content

raister

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

raister's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. this is a simple code but i cant seem to find the problem about POSTing this is my code for p.html... <html> <body> <form action="p.php" method="POST"> Enter your age: <input type="text" name="age" /> <input type="submit" /> </form></body> </html> and this is my code for p.php... <html> <body> You are <?php echo $_POST["age"]; ?> years old! </body> </html> please help! :{ tnx!
×
×
  • 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.