View Single Post

  #3 (permalink)  
Old 07-15-2003
Simon Fredriksson
 
Posts: n/a
Default Re: socket programming

Michael P. Carel wrote:
> Hi to all,
>
> Is it possible to run php in the web running in a specified port without
> installing apache in Linux?
>
> Can anyone give a sample code for this? I'm searching this for a week but i
> really can find one. Please help us.
>
>
>
> Regards,
>
> Mike
>

Do you mean to host websites with ONLY php and without webserver? Or do
you mean using PHP for something else then web, to make it listen for
incomming connections?

If the second, you might want to look here:
http://se.php.net/manual/en/ref.sockets.php

Maybe that helps.

//Simon

Reply With Quote