Hello,

This is a reply to an e-mail that you wrote on Thu, 31 Jul 2003 at
14:22, lines prefixed by '>' were originally written by you.
> Those links pretty much show how to use forms with php.
> What Im looking for is a way to post data to a form, and retrieve
the
> following page's results,
> within php, if it is at all possible...
> If Im not making sense, let me know, and Ill explain it a little
> more...

You can either use the cUrl functions:
http://uk2.php.net/curl

or if this is not an option to you, you can use the socket
functions:
http://uk2.php.net/manual/en/ref.network.php
but you will have to deal with sending the HTTP request yourself
(which is not very complicated assuming you are not using HTTPS).

David.

--
phpmachine :: The quick and easy to use service providing you with
professionally developed PHP scripts :: http://www.phpmachine.com/

          Professional Web Development by David Nicholson
                    http://www.djnicholson.com/

    QuizSender.com - How well do your friends actually know you?
                     http://www.quizsender.com/
                    (developed entirely in PHP)

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to