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]

Reply via email to