Please very need help .

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
DJ Alexey
Forum Newbie
Posts: 1
Joined: Thu Jul 21, 2005 10:18 pm
Contact:

Please very need help .

Post by DJ Alexey »

Hi people , I would like , to ask someone ,prof in php , need help , to make a chat like http://www.oneofus.se/123456786/enter.php . I dj on russian radio and this chat on our web suite . If someone can help , please write me on e-mail : f1i2x3@hotmail.com (msn also) . Thank you . P.S.We have this chat at the moment , but it have , a lot of problem in php .
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Post by josh »

I take it you are a beginner and not very experienced in PHP?

There are a variety of pre-written chat scripts out there, many of which use PHP. A start would be google, a quick search brings up hotscripts.com

Another option would be to hire a programmer to custom write the script but this option would be costly.

If you are interested in coding this yourself let us know your experience with php and what you're starting from so I can try to help you.

Best of luck.
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

Post by s.dot »

If you hire someone to write the script, I'd reccommend not using PHP as it's not suited well for chat.

Most likely java would be the best option as it's platform independent and supported by all browsers.
User avatar
patrikG
DevNet Master
Posts: 4235
Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK

Post by patrikG »

No need to re-invent the wheel.

There are plenty of PHP-based chat-scripts around. Check

http://www.hotscripts.com/PHP/Scripts_a ... t_Scripts/

http://php.resourceindex.com/Complete_Scripts/Chat/

P.S.: Just because Java has persistent sessions doesn't necessarily mean it's better suited for chat-scripts, btw.
Post Reply