Re: Free PHP 1 to 1 chat program
From: Markus Ernst (derernst_at_NO#SP#AMgmx.ch)
Date: 09/30/04
- Next message: Deon H: "Re: How do I know PHP runs?"
- Previous message: Matthias Esken: "Re: Problem with strtotime()"
- In reply to: Bimmian: "Free PHP 1 to 1 chat program"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 30 Sep 2004 13:12:27 +0200
Bimmian wrote:
> Does anyone know of a free easy to install / use chat program, pref
> written in PHP that i can use on my website. I would like to have
> something like LIVEPERSON service on my site, but they have rediculous
> costs for that service.
>
> I have found lots of multi user IRC type chat softwares, but none that
> are just 1-on-1.
Though the discussion running is interesting I think it leads to a wrong
direction. The refresh problem has been solved before, for example with a
frame with the message entering form and a second one with a meta refresh
for display. It is likely that some existing softwares based on PHP work
that way.
If you have found a multi-user PHP chat that you like it will not be too
hard to change it. If the messages are stored in a database, they will have
fields such as "message_text", "sender" etc. Now add one called "private"
and give it the value of the 1:1 partner's ID, then on display of the
messages just print the private ones for that partner, if 1:1 mode is on.
HTH
Markus
- Next message: Deon H: "Re: How do I know PHP runs?"
- Previous message: Matthias Esken: "Re: Problem with strtotime()"
- In reply to: Bimmian: "Free PHP 1 to 1 chat program"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|