Re: [PHP] request what a user clicked

2002-08-30 Thread Chris Shiflett
I'm not sure if you've gotten any responses to this, but you might try asking a question that doesn't require knowledge of ASP. Though a lot of people do know both PHP and ASP, just about everyone reading this list at least knows PHP. Some of us are lucky enough to have never had to learn ASP

RE: [PHP] request what a user clicked

2002-08-30 Thread stu9820
It's not coming from a form. will the form request still work? >= Original Message From Steve Edberg <[EMAIL PROTECTED]> = >At 03:12 PM 8/30/02 , stu9820 wrote: >>what is php's request object? >>like in ASP - Request("variable") > > >Short answer: > > $_REQUEST['variable'] >

Re: [PHP] request what a user clicked

2002-08-30 Thread Steve Edberg
At 03:12 PM 8/30/02 , stu9820 wrote: >what is php's request object? >like in ASP - Request("variable") Short answer: $_REQUEST['variable'] (for PHP version >= 4.1.0) Long answer: http://www.php.net/manual/en/language.variables.external.php -steve >Jeff >UWG Stude

[PHP] request what a user clicked

2002-08-30 Thread stu9820
what is php's request object? like in ASP - Request("variable") Jeff UWG Student [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php