hi, can a client-side program residing on a hard drive run a php script thru sockets? suppose they are both setup to communicate thru the same port.
really need to know this. thanks!
-Mick
Sure. Are you running a client-side web server that needs to talk with a real server somewhere? Your PHP running locally can make requests of the server using the standard fopen calls to invoke a PHP script.
Dave
=========================================== http://badblue.com/helpphp.htm Free small footprint web server for Windows
I have a question relating to sockets if someone can help...
Im looking to connect to a irc via php and fire of a command and capture the results to display them to a web page...
is this posible?
Pern