Closed Srikanth-AD closed 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')
mysqli_connect('localhost', 'root', '', 'php')
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?
@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')