Forum Moderators: coopster
Some of my sites have SQL databases which I administer via phpmyadmin, but I've been unable to track down a simple php script to:
* open the database
* refer to a specific table
* extract data from the table
* display the data on a website
Can anyone point me to an online doc or provide a simple script to follow which I can customize for my purposes? Thanks!