zmcclendon / loxa

Assignment for interview
0 stars 0 forks source link

Please provide a database configuration file #4

Closed Srikanth-AD closed 8 years ago

Srikanth-AD commented 8 years ago

@zmcclendon The following line is repeated three times in assignment.php and delete.php. To avoid redundancy, please provide a database configuration file. mysqli_connect('localhost', 'root', '', 'php')

zmcclendon commented 8 years ago

just to clarify, to do this i would create a function i can call in the place of mysqli_connnect in a file such as config.php?