Re: Simulating a POST request

Поиск
Список
Период
Сортировка
От scott.marlowe
Тема Re: Simulating a POST request
Дата
Msg-id Pine.LNX.4.33.0306300624500.13665-100000@css120.ihs.com
обсуждение исходный текст
Ответ на Simulating a POST request  (Ludwig Lim <lud_nowhere_man@yahoo.com>)
Список pgsql-php
On Fri, 27 Jun 2003, Ludwig Lim wrote:

>
> Hi :
>
>    How do I simulate a POST request using the
> "header()" function?

Are you basically trying to make the client side auto-submit a form?  You
can do that easily enough, without the header() function.

Just build a form with a <body onload=document.formname.submit()> tag at
the top, and a form with all the data you need in hidden fields and a post
method.


В списке pgsql-php по дате отправления:

Предыдущее
От: "Cornelia Boenigk"
Дата:
Сообщение: Re: blobs didn't work??
Следующее
От: Michael Hanna
Дата:
Сообщение: PHP form Creates Blank DB entries