Will configuring Database alone, work in php? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 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 ответ
+ 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