What I'm wanting to do specifically to begin with is be able to append a member ID to the end of the URL as a value, without having to use the variable name..
i.e.
[url]http://www.replicated_site.com?12345[/url]
where the 12345 is the members ID.
Then when the page is loaded, I need to know how to parse the 12345 into a variable to be used within the script.
The 12345 is also a field in the MySql DB that relates only to that member..
But beyond finding that solution, I wondered if it is possible to pass multiple values and be able to parse them into variables in the PHP script.