$_REQUEST

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
gotornot
Forum Commoner
Posts: 54
Joined: Fri Jul 31, 2009 2:30 am

$_REQUEST

Post by gotornot »

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
User avatar
McInfo
DevNet Resident
Posts: 1532
Joined: Wed Apr 01, 2009 1:31 pm

Re: $_REQUEST

Post by McInfo »

Continued: viewtopic.php?t=111742

Edit: This post was recovered from search engine cache.
Post Reply