Posted by Colin McKinnon on 01/20/06 23:29
chris_fieldhouse@hotmail.com wrote:
> Hi fairly new to php, but picking it up quite well.
> the question I have, is it possible for a php script which is used to
> validate values submitted in a form, to then post these values onto
> another script/page or even back to the calling form?
>
yes its a VFAQ. learn how to use Google.
But you can't POST on a redirect - HTTP does not allow.
> i.e. the application I have in question is a login.htm page with a
> verify.php script
> The login.htm has a Form
<snip>
So what's wrong with passing it in a GET?
C.
Navigation:
[Reply to this message]
|