Php Survey Form

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
quadoc
Forum Contributor
Posts: 137
Joined: Fri Jul 01, 2005 5:33 pm
Location: Atlanta, GA

Php Survey Form

Post 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?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Re: Php Survey Form

Post by feyd »

quadoc wrote:Do I use "$_GET" to get the values?
Did you try it?
User avatar
quadoc
Forum Contributor
Posts: 137
Joined: Fri Jul 01, 2005 5:33 pm
Location: Atlanta, GA

Post by quadoc »

Could somone slap me silly :-)
Post Reply