View Single Post
  #1 (permalink)  
Old 12-17-2008, 05:29 PM
vtrim vtrim is offline
Junior Member
 
Join Date: Dec 2008
Posts: 2
Default Integration with MySQL/PHP site

Our website is coded in PHP with a MySQL database. We want users to log in to our site as usual, click on a link to the chat and enter a chat room based on a course they are enrolled in.

We want their username in the chat to automatically be the same as their username for our site and we want them to go to a particular chat room based on an integer which represents their course. Are these two things possible without custom programming on your part? For example, are there parameters that we can set with html/javascript for username and a chat "channel"

We also need transcripts of previous chats to be viewable by chat admins or moderators. Is this possible without custom programming as well?

We will be hosting this chat on our server.

Thank you.