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)
Список
Дерево обсуждения
Simulating a POST request Ludwig Lim <lud_nowhere_man@yahoo.com>
Re: Simulating a POST request "scott.marlowe" <scott.marlowe@ihs.com>
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 tag at the top, and a form with all the data you need in hidden fields and a post method.
В списке pgsql-php по дате отправления