> You can use fopen/fread to open the script remotely.
>
> Just append the query string onto the url something like this:
>
> www.example.com/example.php?var1=var
>
> ...and example.php will have $var1 with the value "var". That's basically
> like using GET on a form.
>
> I believe that's what you wanted to do?
I have to use POST on the form. I wish I could use GET.
J
--
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]