dimanche 7 décembre 2014

Displaying a table in html or php from a database made in MySQL?


Vote count:

-2




I have a php file creating the table "inventory" '



$sql = "CREATE TABLE inventory (
id INT(6) AUTO_INCREMENT PRIMARY KEY,
product VARCHAR(30),
category VARCHAR(30),
seller VARCHAR(30)
)";


'


And I'd like to create a page that will show the table on the website, including the information in it.



asked 1 min ago







Displaying a table in html or php from a database made in MySQL?

Aucun commentaire:

Enregistrer un commentaire