Hi there.
I would like to retreive some parameters from a URL with PHP.
I construct a URL
http://localhost/ggg/surveycomplete.php?UserID=1 in an ASP page. The ASP page then posts to the surveycomplete.php file. How can I get the value of UserID in my php page.
Thanks for your time
Start Free Trial