how can i write a chat script?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
NEWDAY
Forum Newbie
Posts: 12
Joined: Wed Jan 31, 2007 5:15 pm

how can i write a chat script?

Post by NEWDAY »


hello everyone :) ...

I need a complete chat script including database tables which provides a list of the online users and enables me to click on one of them to send him a private message..

I would really appreciate any help because I need this script for my project ...


User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

Then search for something that is already built.

This is not the place to come and ask someone to search for you.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Lets see.....
  • duplicate thread.. check.
  • post entirely in bold and red.. check.
  • annoy moderators and users alike by not searching.. double-check.
Not so good of a start, NEWDAY.
surban99
Forum Newbie
Posts: 14
Joined: Sat Jan 08, 2005 5:41 pm

Post by surban99 »

um i know i'm sposed to lecture you about forum rules, but i dont actually know them

2 good places to check for a chat script would be

http://www.hotscripts.com
http://www.sourceforge.com
User avatar
daedalus__
DevNet Resident
Posts: 1925
Joined: Thu Feb 09, 2006 4:52 pm

Post by daedalus__ »

surban99 wrote:um i know i'm sposed to lecture you about forum rules, but i dont actually know them
It's a double-whammy.
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

Post by Luke »

Here's an excellent tutorial written by a devnet resident. He shows you how to build a chat system with the Zend framework, and XML. Very easy to follow and well written. Once again, GREAT work, Maugrim! :D

http://devzone.zend.com/node/view/id/1581
Post Reply