Re: Simulating a POST request - Mailing list pgsql-php

From David Busby
Subject Re: Simulating a POST request
Date
Msg-id 003d01c33da8$c8705170$1100000a@busbydev
Whole thread Raw
In response to Simulating a POST request  (Ludwig Lim <lud_nowhere_man@yahoo.com>)
List pgsql-php
header(); in PHP is for the output header.
It cannot be used to create a POST type HTTP request.

you must use socket(); or the CURL to have your PHP script do an HTTP POST
style request.
There are some samples on the PHP site in the socket and curl sections of
the manual.

HTH

/B


----- Original Message -----
From: "Ludwig Lim" <lud_nowhere_man@yahoo.com>
To: "PostgreSQL Mailing List" <pgsql-php@postgresql.org>
Sent: Friday, June 27, 2003 22:34
Subject: [PHP] Simulating a POST request


>
> Hi :
>
>    How do I simulate a POST request using the
> "header()" function?
>
>
> Thank you very much.
>
> ludwig lim
>
> __________________________________
> Do you Yahoo!?
> SBC Yahoo! DSL - Now only $29.95 per month!
> http://sbc.yahoo.com
>
> ---------------------------(end of broadcast)---------------------------
> TIP 7: don't forget to increase your free space map settings


pgsql-php by date:

Previous
From: Jeff
Date:
Subject: Re: user authemtication with php/postgresql
Next
From: "Eric Koh"
Date:
Subject: query not aborted upon connection aborted?