On Mon, 2003-08-25 at 17:33, Diane Schips wrote: > Good day all, > > I want to build a database -based chat room app. I've been looking for > tutorials or examples to help me get started, but I haven't been able to > find anything. Everything I find on Google either displays page not found, > or the site is under construction, or the site is the same tired list of > chat apps being offered.
what language? ASP, PHP, JAVA? I wrote one in ASP a few years back, but I'm not sure if I have the code anymore, it essentially gave people a username and password or let them create one, then wrote the chat from a form to a text file and another page in the frame set displayed the contents of the file. A third page in the framset displayed a list of the poeple logged into the DB by querying for a field that was either 1 or 0 depending on the status of the user. Hope this gives you a few pointers... Matt -- +---------------------------------+ |Matthew Macdonald-Wallace | |The Truth Will Set you Free | |http://www.truthisfreedom.org.uk/| +---------------------------------+ I'm tired of being a wanna-be league bowler, I wanna be a league bowler! -- Homer Simpson Team Homer ____ � The WDVL Discussion List from WDVL.COM � ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To: [EMAIL PROTECTED] To set a personal password send an email to [EMAIL PROTECTED] with the words: "set WDVLTALK pw=yourpassword" in the body of the email. To change subscription settings to the wdvltalk digest version: http://wdvl.internet.com/WDVL/Forum/#sub ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED]
