Click to See Complete Forum and Search --> : auto submit a form and get the result


Bobby_S
12-07-2007, 06:23 AM
Hello everyone,

I'm trying to write a script that itself posts requests to a script on a server (using html method post), and read the result back in (to extract some data from it).
Is this possible?? And if so, how?

Example:
http://www.alauda.be/tmp/test.php

The script should run automatically and give the following result (for example write it to a text file):

<html>
<body>
your name is: bobby <br>
your message is: tryout <br>
(date: 07/12/2007 13:20:56)
</body>
</html>

How can I do this please?

Thanks in advance!

Bobby

Bobby_S
12-09-2007, 09:14 AM
kick *