Re: [PHP] Re: Socket help

2001-09-26 Thread Stefano Baronio
Chris Lee wrote: > your server has to open a connection to a remote > host to see if there are > messages ? like email ? yes. It is a sort of ftp-like protocol. > if this is so then use > cron once every so often to > check if there are new messages. I'll receive/send a lot of messages and thi

[PHP] Re: Socket help

2001-09-25 Thread Chris Lee
your server has to open a connection to a remote host to see if there are messages ? like email ? if this is so then use cron once every so often to check if there are new messages. if the remote host makes a connection to your server the use tcp_wrappers to call your php script. the second scrip