examples/config.php
Config.php Example
<?php //MYSQL Database Info! //Pages won't load if this is wrong $hostname = "localhost"; $username = "root"; $password = "123"; $database = "MCTrade"; ?>
<?php //MYSQL Database Info! //Pages won't load if this is wrong $hostname = "localhost"; $username = "root"; $password = "123"; $database = "MCTrade"; ?>
Comments