This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/*******EDIT LINES 5-10*******/ | |
$DB_Server = "localhost"; //MySQL Server | |
$DB_Username = "username"; //MySQL Username | |
$DB_Password = "yourpassword"; //MySQL Password | |
$DB_DBName = "dbname"; //MySQL Database Name | |
$DB_TBLName = "tblname"; //MySQL Table Name | |
$filename = "filename"; //File Name |