php/mysql Table Data Put into a web page?

  • Thread starter Thread starter King John
  • Start date Start date
K

King John

Guest
I have a website for World of Warcraft, and i want to show the characters on one page, and their data is stored on a mysql database. Is there any way to show the Names on a webpage? I just want to display table data on a webpage. Thanks,

King John
 
So you have full access to the server? If so then it is pretty easy to extract data from a table.

This example shows you how to do everything that you need.
 
Back
Top