Hello ,
I want to start a server on win NT thru exec() function of PHP.
but it is getting hanged everytime .
I tried running it as a background process too but the same result.
Does any body tell me how to acheive it.
a very simple version of the progmam I want to run is as follow:
main()
{
while(1);
}