First of all, GREAT tutorials in the FAQ section. It really helped . But now I need to know one last thing.
How can I pass along variables in the url? I know I have seen it done (http://www.site.com?user=Josh&age=42...uff%20to%20buy) but I myself do not know how to get that information out. A simple question, I know. Any help?
If your careful, you can also use an extract() function combined with the QUERY_STRING in order to retreive all of your variables in one shot. The key word is if you are careful. Doing this method without any type of control allows a client to specify whatever variables they would like to use, not just the ones you would like to use.