Click to See Complete Forum and Search --> : PHP+Window servive


kashyaplalit
June 6th, 2004, 02:09 AM
hey i want to know is there any way of calling a windows service via my PHP code ......

bobo
June 11th, 2004, 02:01 PM
If you mean on a client's pc :
no.

If you want to call it from the server:
run a php file with the function
phpinfo(); ,and look at the variable available to you

also check out
system()
http://ca.php.net/manual/en/function.system.php