Click to See Complete Forum and Search --> : Chat Room / Forum


96turnerri
09-10-2003, 04:19 PM
hi i wish to create a chat room or forum for my site but i dont know where to start, does anybody know any links to tutorials that could help me? preferably a chat room tutorial but either will be much appreciated

brendandonhue
09-10-2003, 04:26 PM
You can't create a forum or chat room in javascript.

David Harrison
09-10-2003, 04:27 PM
Well you're not going to make one with JavaScript. JavaScript is run on the clients computer which means that it cannot send information back to the server or save information on the users computer (other than with cookies). You would have to use some server side language, I suggest that you learn PHP as this seems to be the most common language for creating forums, like this one for instance.

96turnerri
09-10-2003, 04:31 PM
i realised it was in the wrong section ty neway guys

David Harrison
09-10-2003, 04:35 PM
Happy to oblige.