Will configuring Database alone, work in php? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 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?

23rd Jan 2017, 5:39 AM
Swapnil Jain
Swapnil Jain - avatar
1 Resposta
+ 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.
23rd Jan 2017, 11:57 PM
Kevin Gilkey-Graham
Kevin Gilkey-Graham - avatar