Page 1 of 1

Please very need help .

Posted: Thu Jul 21, 2005 10:28 pm
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 .

Posted: Fri Jul 22, 2005 1:45 am
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.

Posted: Fri Jul 22, 2005 4:45 am
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.

Posted: Fri Jul 22, 2005 6:28 am
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.