Membership Form
Please Fill In Your Details And Click Submit: Personal Information
First Name:
maybe try this instead: echo $_GET['name'];
instead of
<html> <head> <title>TAEKWONDO WEBSITE - Membership Form</title> </head> <body> <?php ini_set ('display_errors',1); //globals are usually on by default echo $_GET['name']; ?> </body> </html>
depending on what version of php you are usign you may just be able to use $_GET instead of $HTTP_GET_VARS i sure hope that works!
You need a submit button on your form..
something like
Please Fill In Your Details And Click Submit: Personal Information First Name: