Php Survey Form
Posted: Thu Jun 15, 2006 11:02 am
I'm kind of new to PHP, so please be patient with me. I'm try to write a some sort of survey system. Basically, the user would recieve an email with a URL (e.g. http://SchoolProject/Survey.php?last=sm ... ohn&age=27).
My question is how do I extract the first, last and the age in the survey.php? Thanks...
Do I use "$_GET" to get the values?
My question is how do I extract the first, last and the age in the survey.php? Thanks...
Do I use "$_GET" to get the values?