[PHP] How can I use a value from a Html's Form

2004-02-21 Thread qm
hi,all!

if anyone can tell me how can i use a value from Html Form! I know, it is use like as 
%=Request.Form(item_name)% in a ASP's script. What i can do in a PHP script for 
a same function?

Thanks!

Mr.Zhaori

Re: [PHP] How can I use a value from a Html's Form

2004-02-21 Thread John Nichel
[EMAIL PROTECTED] wrote:

hi,all!

if anyone can tell me how can i use a value from Html Form! I know, it is use like as %=Request.Form(item_name)% in a ASP's script. What i can do in a PHP script for a same function?

Thanks!

Mr.Zhaori
The manual is your friend...

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

--
By-Tor.com
It's all about the Rush
http://www.by-tor.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


: Re: [PHP] How can I use a value from a Html's Form

2004-02-21 Thread qm

The manual is your friend...

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

-- 
By-Tor.com
It's all about the Rush
http://www.by-tor.com

=
It is work now. Thank you very much!

Mr.Zhaori