No can do...

You can send a post to another page, but not go to that page.

In order to go to the page the form was was posted, the information must
come from the client. You can use javascript for this, but it is not a very
stable solution.

// Tobias

""Paul Juliano"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Hello,
>
> How would I simulate an http post in PHP.  Something like the equivalent
> of this:
>
> <form action="process.php" method=POST>
> <input type=submit><br>
> <textarea name=data>
> <?= $some_values =>
> </textarea>
> </form>
>
> And how would I be able to read the resulting page.
>
> __________________________________
> www.edsamail.com
>
> --
> 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]
>



-- 
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