Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 326 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 326 Bytes

#Mercenary, Inc

##Dependencies ###PDO Make sure you have the MySQL PDO driver

php -r 'print_r(PDO::getAvailableDrivers());'

##Database Connection In the properties directory, create a file called dbproperties.php and define four variables

$user="...";

$password="...";

$database="mercenaryinc";

$server="...";