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?


--
Plutarck
Should be working on something...
...but forgot what it was.


""Joseph Bannon"" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I have a remote php script on a remote server that I need to submit
> information to. Does PHP have the ability for me to submit information
> remotely?
>
> J
>
>
> Say I'm Hot! - Post Your Picture!
> http://www.sayimhot.com
>
>
> --
> 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]
>



-- 
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]

Reply via email to