Re: [PHP] how to read posted data?

2001-12-31 Thread Emile Bosch

USE
$HTTP_RAW_POST_DATA
or something like that

i'll look it up for you
Zhiqiang He [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]...
 i have resolved this problem, use $HTTP_RAW_POST_DATA.

 On Thu, 11 Oct 2001 13:12:54 GMT, [EMAIL PROTECTED] (Zhiqiang He) wrote:

 problem like this:
 
 The data in HTML form POSTs is packaged into name value pairs. But
 when IE 5 exports its favorites file to a server (an HTML file), it
 sends a raw HTTP POST of the data (there are no names and values, just
 a raw text stream.
 
 On Thu, 11 Oct 2001 12:58:09 +0300, [EMAIL PROTECTED]
 (=?Iso-8859-1?Q?Niklas_lamp=E9n?=) wrote:
 
 Use $FieldName or $HTTP_POST_VARS.
 
 
 Niklas
 
 -Original Message-
 From: ZhiQiang He [mailto:[EMAIL PROTECTED]]
 Sent: 11. lokakuuta 2001 12:54
 To: [EMAIL PROTECTED]
 Subject: [PHP] how to read posted data?
 
 
 we want to use post data in php, how can we read it?
 note, this post data is not sent by form.
 thanks in advance, ^_^
 
 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED] To
 contact the list administrators, e-mail: [EMAIL PROTECTED]
 
 




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] how to read posted data?

2001-12-31 Thread David Jackson

Also check out tutorials at:
http://www.melonfire.com/community/columns/trog/

-- david


 USE
 $HTTP_RAW_POST_DATA
 or something like that
 
 i'll look it up for you
 Zhiqiang He [EMAIL PROTECTED] wrote in message
 news:[EMAIL PROTECTED]...
 i have resolved this problem, use $HTTP_RAW_POST_DATA.

 On Thu, 11 Oct 2001 13:12:54 GMT, [EMAIL PROTECTED] (Zhiqiang He) wrote:

 problem like this:
 
 The data in HTML form POSTs is packaged into name value pairs. But
 when IE 5 exports its favorites file to a server (an HTML file), it
 sends a raw HTTP POST of the data (there are no names and values,
 just a raw text stream.
 
 On Thu, 11 Oct 2001 12:58:09 +0300, [EMAIL PROTECTED]
 (=?Iso-8859-1?Q?Niklas_lamp=E9n?=) wrote:
 
 Use $FieldName or $HTTP_POST_VARS.
 
 
 Niklas
 
 -Original Message-
 From: ZhiQiang He [mailto:[EMAIL PROTECTED]]
 Sent: 11. lokakuuta 2001 12:54
 To: [EMAIL PROTECTED]
 Subject: [PHP] how to read posted data?
 
 
 we want to use post data in php, how can we read it?
 note, this post data is not sent by form.
 thanks in advance, ^_^
 
 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED] To
 contact the list administrators, e-mail:
 [EMAIL PROTECTED]
 
 

 
 
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail:
 [EMAIL PROTECTED]


-- 



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]