I am a very new php coder and I was wondering how to accomplish the following using php:
Basically, I want to create a unique page for each of my friends, but instead of a long nasty list of links to their pages, I want one simple form where they would type in something into the box, their last name, email, not really sure what yet.
Then, based on what they entered, the script would redirect to the appropriate page.
I think this would be done with a simple html form "POST" method, to my desired php script. That script would then process the information and based on the variable redirect. Sounds easy but I can't find anything to support this.
Gurus help? lol

