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 Student
[EMAIL PROTECTED]


++
| Steve Edberg  [EMAIL PROTECTED] |
| Database/Programming/SysAdmin(530)754-9127 |
| University of California, Davis http://pgfsun.ucdavis.edu/ |
+-- Gort, Klaatu barada nikto! --+



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']
 (for PHP version = 4.1.0)

Long answer:

 http://www.php.net/manual/en/language.variables.external.php

-steve


Jeff
UWG Student
[EMAIL PROTECTED]


++
| Steve Edberg  [EMAIL PROTECTED] |
| Database/Programming/SysAdmin(530)754-9127 |
| University of California, Davis http://pgfsun.ucdavis.edu/ |
+-- Gort, Klaatu barada nikto! --+

Jeff
UWG Student
[EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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. :-)

For example, what is ASP's request object, and what does it do? PHP 
has $_REQUEST, but is that what you want? I have no idea.

Happy hacking.

Chris

stu9820 wrote:

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