You could use curl functions to do this. Search the manual for curl
functions, and enable curl extension in php.
hth
    Dezider

David Robley wrote:

> On Wed, 21 Mar 2001 17:45, Paul Juliano wrote:
> > 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.
>
> You might find more info here:
>
> http://marc.theaimsgroup.com/?l=php-general&m=97813345106366&w=2
>
> --
> David Robley                        | WEBMASTER & Mail List Admin
> RESEARCH CENTRE FOR INJURY STUDIES  | http://www.nisu.flinders.edu.au/
> AusEinet                            | http://auseinet.flinders.edu.au/
>             Flinders University, ADELAIDE, SOUTH AUSTRALIA
>
> --
> 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