Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2001122

Re: [PHP] how to read posted data? From: Emile Bosch (emilebosch <email protected>)
Date: 12/31/01

USE
$HTTP_RAW_POST_DATA
or something like that

i'll look it up for you
"Zhiqiang He" <hhzqq <email protected>> wrote in message
news:3bc5b689.27980533 <email protected>
> i have resolved this problem, use $HTTP_RAW_POST_DATA.
>
> On Thu, 11 Oct 2001 13:12:54 GMT, hhzqq <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, niklas.lists <email protected>
> >(=?Iso-8859-1?Q?Niklas_lamp=E9n?=) wrote:
> >
> >>Use $FieldName or $HTTP_POST_VARS.
> >>
> >>
> >>Niklas
> >>
> >>-----Original Message-----
> >>From: ZhiQiang He [mailto:hhzqq <email protected>]
> >>Sent: 11. lokakuuta 2001 12:54
> >>To: php-general <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: php-general-unsubscribe <email protected>
> >>For additional commands, e-mail: php-general-help <email protected> To
> >>contact the list administrators, e-mail: php-list-admin <email protected>
> >>
> >
>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>