Basically im in the middle of creating a website with a mySQL database attached, i want to use a PHP frontend to allow communication between the website and the database.
Im using SQLyog enterprise which is a GUI based programme that allows me to manage the database and i am also using PHP script in my html files to hold the PHP stuff for the database.
If you go on
www.caldicot-pc-helpdesk.co.uk/fcv/index.htm
and have a look though the menu, what i want to do is attach databases to the "Up & Coming" section where i will have 3 seperate tables assigned to each sub-menu I.E. Videos, DVD, Games.
And also on the rental catalogue menu item i want a php script to load up a new page and display tables from the database which will act as the departments of the catalogue (dvd, games, vids) etc, then when the link is clicked it will refresh the page and load the contents of that table (department) onto the page.
at the moment the furthest iv managed to suss out on my own is how to display the contents of a table onto the page, and thats it.
How would i go about doing this then? my main prority at the moment is to be able to display the table names on the page as departments (which link to another page which will display the contents of that table).
Thanks
Im using SQLyog enterprise which is a GUI based programme that allows me to manage the database and i am also using PHP script in my html files to hold the PHP stuff for the database.
If you go on
www.caldicot-pc-helpdesk.co.uk/fcv/index.htm
and have a look though the menu, what i want to do is attach databases to the "Up & Coming" section where i will have 3 seperate tables assigned to each sub-menu I.E. Videos, DVD, Games.
And also on the rental catalogue menu item i want a php script to load up a new page and display tables from the database which will act as the departments of the catalogue (dvd, games, vids) etc, then when the link is clicked it will refresh the page and load the contents of that table (department) onto the page.
at the moment the furthest iv managed to suss out on my own is how to display the contents of a table onto the page, and thats it.
How would i go about doing this then? my main prority at the moment is to be able to display the table names on the page as departments (which link to another page which will display the contents of that table).
Thanks