[plug] HTTP return header?

J Michael Gilks gilksjm at iinet.net.au
Fri Jan 11 13:31:54 WST 2002


Sounds good I will give it a go.
I like to do checking on the client end because that machine is just lazing 
around waiting for the server to finish it's request and everyone else's. 
Also bandwidth is way bigger on a local machine.
Anyway thanks for the input.
Love
Mike.

On Fri, 11 Jan 2002 13:10, John Breen wrote:
> I had a similar issue with some PHP development recently.
>
> The way I got around it was to put a hidden field on the form, then check
> the value of the hidden field to determine what processing to do.  If your
> script then finds that the form data are invalid, change the value of the
> hidden field and resubmit the form.  If it's valid, accept the data and
> load the new page.
>
> Why not do your processing in PHP?
>
> Regards,
>
> John Breen
>



More information about the plug mailing list