Re: Simulating a POST request

Поиск
Список
Период
Сортировка
От David Busby
Тема Re: Simulating a POST request
Дата
Msg-id 003d01c33da8$c8705170$1100000a@busbydev
обсуждение исходный текст
Ответ на Simulating a POST request  (Ludwig Lim <lud_nowhere_man@yahoo.com>)
Список 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 по дате отправления:

Предыдущее
От: Jeff
Дата:
Сообщение: Re: user authemtication with php/postgresql
Следующее
От: "Eric Koh"
Дата:
Сообщение: query not aborted upon connection aborted?