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!
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...