A way to do it is puting a javascript like this at the end of the page:

<script language="Javascript">
<!--
document.form1.submit();
//-->
</script>

where form1 is the form name you have in the page. When the page is loaded,
it will then submit the form.


"Wm" <[EMAIL PROTECTED]> escreveu na mensagem
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> hi all,
>
> if i pass data through a form (post) to a php script....(script must be
> separate from form)
>
> is there a way that this php script can then forward that data to
> another script without
> attaching it to the end of the url?
>
> thanks.
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to