+ 1
Will configuring Database alone, work in php?
I have been trying to configure php database. but it does not show in browser. Do I need to insert a table then link config.php to it?
1 ответ
+ 1
You'll need some PHP methods that iterate through the database results after you execute a query. If you have the database connection information in config.php then you should first include that page at the top of your table display page.