Re: [PHP] Re: build a multi chat server with php

2007-12-08 Thread Nathan Rixham
Robert, Abderrazzak, You make some good points, and apologies abderrazzak; I woke under stress and haven't been the friendliest today! The Ajax method is definately a good approach, particulary if you're wanting to have the chat client within a web page. The other approach is to make a php

Re: [PHP] Re: build a multi chat server with php

2007-12-08 Thread Robert Cummings
On Sat, 2007-12-08 at 12:19 -0500, Robert Cummings wrote: > On Sat, 2007-12-08 at 16:46 +, Nathan Rixham wrote: > > 1 - yes you can make a multichat daemon in php > > 2 - if you don't know that it's possible or where to begin, then odds > > are you won't be able to make it. > > That's what th

Re: [PHP] Re: build a multi chat server with php

2007-12-08 Thread Robert Cummings
On Sat, 2007-12-08 at 16:46 +, Nathan Rixham wrote: > 1 - yes you can make a multichat daemon in php > 2 - if you don't know that it's possible or where to begin, then odds > are you won't be able to make it. That's what the list is for... to help him find his way. > abderrazzak nejeoui wrot

[PHP] Re: build a multi chat server with php

2007-12-08 Thread Nathan Rixham
1 - yes you can make a multichat daemon in php 2 - if you don't know that it's possible or where to begin, then odds are you won't be able to make it. Nathan abderrazzak nejeoui wrote: Hello, i want build a multi chat server based in php. 1- is that possible 2- if yes can you instruct me how