Beginner: How to make a page?
Posted: Thu Feb 03, 2011 4:56 am
I got: MySQL Database with entries, possibility to output the database onto one page (with no linking)
I need: The end result of displaying a list of MySQL entries which will have links to the following pages that are made according to MySQL entries.
In a nutshell: I need pages that are totaly built off MySQL tables + links to them from a small list.
Example:
My list:
Database Output:
Name: 12345
Price: 12345
Availible: Yes
Go to the page of the product (Must be a link!)
Name: 3451324
Price: 12345
Availible: Yes
Go to the page of the product (Must be a link!)
Page (after clicking the "go to the page of the product"):
Name:..
Price:..
Availivle:..
Description:..
Order (Must be a link!)
HOW TO DO THIS???? (At least making a link under every single entry)
I need: The end result of displaying a list of MySQL entries which will have links to the following pages that are made according to MySQL entries.
In a nutshell: I need pages that are totaly built off MySQL tables + links to them from a small list.
Example:
My list:
Database Output:
Name: 12345
Price: 12345
Availible: Yes
Go to the page of the product (Must be a link!)
Name: 3451324
Price: 12345
Availible: Yes
Go to the page of the product (Must be a link!)
Page (after clicking the "go to the page of the product"):
Name:..
Price:..
Availivle:..
Description:..
Order (Must be a link!)
HOW TO DO THIS???? (At least making a link under every single entry)