Can i fill a form and submit it automatically using PHP ?
or
Suppose a PHP script uses the 'Get' to get variables, I suppose i can directly specify a value to that variable as
url/abc.php?fieldname=value
What if it uses 'Post' ?
you might want to take a look at the [man]curl[/man] extension.
thanks