On Sat, 6 Apr 2002, Georgie Casey wrote:
> I need to execute a script on another server in one of my scripts, eg by
> visiting a link
> http://www.com.com/script.php?var1=blah&var2=blah
> 
> i cant use curl or sockets as my server dont have them insatlled. what
> other options do i have? the variables being passed are sensitive so
> they cant be viewed in the source HTML

You can use almost any of the filesystem functions to send that request to 
the remote server and collect the output. The request data will not be 
visible in the HTML you send to the end-user's browser unless you choose 
to make it so.

miguel


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to