Thread: mirc php script
View Single Post
Old 09-07-2008, 10:35 AM   #7 (permalink)
xenon
The Frequenter
Newcomer 
 
xenon's Avatar
 
Join Date: Dec 2007
Location: Bucharest, Romania
Posts: 438
Thanks: 3
xenon is on a distinguished road
Default

Sorry guys, I didn't mean that it can't be done literally, what I meant is that nobody likes a chat room where the page need to be refreshed when posting a message or when a user logs in/out. That's why I said "php only". In order to do a decent chat room you also need to make use of some javascript (ajax) and SQL. Obviously, there's more than php there. I, personally, would also use a Java server to do all the server-side work and let PHP handle the client part. Simply because it's more efficient than PHP when talking about sockets and streaming (see threads and buffering).

But, I guess I missed the point a little bit, because now I see that he wants to send messages to an IRC server rather than create a chat server.
__________________
I have optimistic thoughts, even though sometimes (if not always) life's a bitch.
xenon is offline  
Reply With Quote