[PHP] Re: PHP - Chat?

2002-08-27 Thread Bogdan Stancescu

Check freshmeat - there are a couple of more than reasonable such 
projects (unfortunately I don't remember the names, but I checked some 
out and they seemed ok).

Bogdan

Andy wrote:
> HI there,
> 
> I am wondering if a Chat coded in PHP would be sufficiant for a medium sized
> site. Maybe someone has a working example online. It would be no problem to
> get a ircdeamon working, just the client is in question.
> 
> Thank you for your suggestions,
> 
> Andy
> 
> 
> 
> 
> 
> 
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Re: PHP Chat REALTIME

2002-01-22 Thread Emile Bosch

it's kinda impossible since HTTP is a STATELESS PROTOCOL


"Nuno Mariz" <[EMAIL PROTECTED]> wrote in message
1011695546.3467.5.camel@sputnik">news:1011695546.3467.5.camel@sputnik...
> I need to build a php-chat (online support system), but in realtime.
> I've develope a system that refresh in browser client in 5 seconds. But
> i need a system that works in realtime, what i meen is when a client or
> the server send a message, the browser refresh when a message was sent.
> All this without JAVA.
>
> thanx
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Re: PHP Chat REALTIME

2002-01-22 Thread David

 hey, i thought about this problem last time, i figured out that there's NO WAY to do 
this in php, (the auto refresh does not count). somebody pls prove me wrong.

intrested to continue this discussion

David
>I need to build a php-chat (online support system), but in >realtime. 
>I've develope a system that refresh in browser client in 5 >seconds. But i need a 
>system that works in realtime, what >i meen is when a client or the server send a 
>message, the >browser refresh when a message was sent. 
>All this without JAVA. 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Re: php chat

2001-07-10 Thread Sara Young

There are some Chat Programs at Zend.com's Applications Section:
http://www.zend.com/apps.php?CID=240

Try also:
http://www.zend.com/codex.php?CID=272

Sara

On 9 Jul 2001, at 14:24, Jack wrote:

> Hi all
> is there anyone know where can I get a good php chat programme?
> Jack
> [EMAIL PROTECTED]
> "Love your enemies, it will drive them nuts"
> 



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Re: php chat

2001-07-09 Thread Henrik Hansen

[EMAIL PROTECTED] (Jack) wrote:

 > 1.  (*) text/plain  
 > 
 > Hi all
 > is there anyone know where can I get a good php chat programme?

there are one here:

http://phpwizard.net/projects/phpChat/
and one for irc here:
http://phpwizard.net/projects/phpIRC/

you could also look at php's new irc functions.

-- 
Henrik Hansen

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]