Page 1 of 1

Php Survey Form

Posted: Thu Jun 15, 2006 11:02 am
by quadoc
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?

Re: Php Survey Form

Posted: Thu Jun 15, 2006 12:14 pm
by feyd
quadoc wrote:Do I use "$_GET" to get the values?
Did you try it?

Posted: Thu Jun 15, 2006 1:17 pm
by quadoc
Could somone slap me silly :-)