No-Server Posted April 17, 2013 Share Posted April 17, 2013 (edited) Hey, in former addons we used global $db_host,$db_username,$db_password,$db_name; mysql_connect($db_host,$db_username,$db_password); which does not work anymore? What do we use now? Or is that still working? Edit: To share the answer: replace the global part with require_once($ROOTDIR .'/configuration.php'); Edited April 17, 2013 by No-Server 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.