> Hello all,
>
> I want to put a instant messenger in a website. People connect to this
> website to stay in touch with each other. There is a photo album for
> everyone, a Forum, groups...
>
> The IM must work like ICQ, MSN and other, but via web. Users of the site
can
> add other users to the list, and when people log in their status go
ONLINE.
> Then we can open another window and chat, or send a message...
>
> Nothing more than that.
>
> Where can I start? I have no idea on how to do this... Any help?
>

Here is a good start

<?php
/* vim: set expandtab tabstop=2 shiftwidth=2 softtabstop=2: */
//
+---------------------------------------------------------------------------
+
// | PHP version ?
|
//
+---------------------------------------------------------------------------
+
// | Copyright (c) 2004
|
//
+---------------------------------------------------------------------------
+
// | I want to put a instant messenger in a website. People connect to this
|
// | website to stay in touch with each other. There is a photo album for
|
// | everyone, a Forum, groups...
|
// |
|
// | The IM must work like ICQ, MSN and other, but via web. Users of
|
// | the site can add other users to the list, and when people log in their
status     |
// | go ONLINE. Then we can open another window and chat, or send a
|
// | message...
|
//
+---------------------------------------------------------------------------
+
// | Authors: Anyone < [EMAIL PROTECTED] >
|
//
+---------------------------------------------------------------------------
+
//
// $Id:$ 0.0.1

/* login here or maybe IM or ICQ or a photo album*/
?>

I couldn't resist. Sorry... good luck

Jim Grill

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

Reply via email to