Hi
Justa quicky about the $_REQUEST
I am collecting data either posted or egt to my script i have variables that are predefined ie name, address etc.
The data is being passed via another web server (another company) they send unique replies to questions that i ask of them for example
http://www.mysite.com/myscrip.php?name= ... 3=nothanks
The 1 and 3 are 2 questions asked however how owuld i collect them as theyy are not predfined?
can i do this:
$var = $_REQUEST['WHAT GOES HERE????'];
How would i solve this problem?
Many Thanks
Andy
$_REQUEST
Moderator: General Moderators