Ok how can I submit a variable throuugh the url?
Basicly I am trying to set up a way a user can have a profile page of their own.
I first create the page, userpage.php, and want each users page to be userpage.php?username=theirusernamehere
or something like that, how can I do this and allow php to recieve the variable?
Thanks in advance