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

From scott.marlowe
Subject Re: Simulating a POST request
Date
Msg-id Pine.LNX.4.33.0306300624500.13665-100000@css120.ihs.com
Whole thread Raw
In response to Simulating a POST request  (Ludwig Lim <lud_nowhere_man@yahoo.com>)
List 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 by date:

Previous
From: "Cornelia Boenigk"
Date:
Subject: Re: blobs didn't work??
Next
From: Michael Hanna
Date:
Subject: PHP form Creates Blank DB entries