Hi,
This is proberbly the easiest thing in the world...which is why I havent fount it on the forum.
If this is the URL:
http://www.something.com/doc.php3?var1=a&var2=b
In ASP you use:
var1=ReqeustQueryString(var1)
var2=ReqeustQueryString(var2)
Then how do I in my php3 document use these variables?
What's the command to do that?
Please help
/M