public
Description: XHTML live Chat based on the XMLHttpRequest Object (ajax) (implemented in PHP + mySQL)
Homepage: http://chat.plasticshore.com
Clone URL: git://github.com/kohlhofer/xhtmlchat.git
Click here to lend your support to: xhtmlchat and make a donation at www.pledgie.com !
xhtmlchat / db.php
100644 6 lines (6 sloc) 0.085 kb
1
2
3
4
5
6
<?
$server = "mySQL server";
$db = "database";
$user = "user";
$pass = "password";
?>