You can try a very cheesy solution.  Totalsimplicity will host a free chat
room without any installation.  All you have to do is go to the following
link:
http://www.totalsimplicity.com/genchat.php?fromj=y
and specify the name of the chat room you want to create and it will
generate the code to add to a link on your website. It will come up with
something like:
<a href=""
onClick="window.open('http://www.totalsimplicity.com/chat/?channel=Chat',
'chat',
'width=720,height=425,status=1,menubar=no,resizable=no,scrollbars=yes');
return false;">Come chat with us!</a>

Very simple. Your chat room dies when there are noone is inside it.  This
requires no installing programs on your computer, or setting up an account
somewhere.

Dean Householder

----- Original Message -----
From: "Danilo Dias" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, February 28, 2002 11:08 AM
Subject: [PHP] Simple chat


> I have 2 problems.
>
> Problem #1:
> I need to make a simple chat page. When a user logs in, he should be able
to
> see everyone that is logged in, and send messages to all. Just that. Its
not
> necessary that they send messages to a particular person. I need just one
> room.
> It may be simple, but I have no experience making web pages.
>
> Problem #2:
> The first one to enter the chat is redirected to another page, where he
can
> make experiments. When he exits this page, a pop-up message should appear
in
> the second to enter´s screen, asking if he wants to enter the experiment
or
> not. If he answers yes, he will be redirected to the "another page", if
not,
> he will go to the last place of the FIFO, and the pop-up message should
> appear to the next in the FIFO. And so on.
>
> If anybody could help me with any of this problems I would be grateful.
> Remember I have no experience with web pages, php, javascript, so it would
> be good if there is no difficult terms in the explanation. Thanx.
>
>
> Danilo Dias
> <[EMAIL PROTECTED]>
>
> _________________________________________________________
> Oi! Você quer um iG-mail gratuito?
> Então clique aqui: http://registro.ig.com.br/censo/igmail
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>


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

Reply via email to