The tool you're looking for is 'curl'. Look it up in PHP's docs.
Michael said:
> Is it possible to write a script that:
> 1) gathers information
> 2) upon clicking a "submit" button, "posts" this information to a remote
> server for processing. 3) the remote server, by default, will generate
> re
Is it possible to write a script that:
1) gathers information
2) upon clicking a "submit" button, "posts" this information to a remote server for
processing.
3) the remote server, by default, will generate results and display on it's own web
page generated dynamically.
4) can we "intercept" this