Hi everyone, i'm pretty new to mysql, and am wondering how to display the data to a website with PHP. I have looked around trying to find out what I want to do, but no luck.
I made a table called "tricks" with the fields of "id", "type", "name", and "howto".
The id holds the id (of course).
The type holds text of easy, medium, or hard.
The name holds the name of the trick.
The howto holds the information displaying howto do the trick.
Now my question is how do I on one page, display a list of all of the trick names with their type (easy, medium, or hard)? Then, the trick name on that page should be a link, which takes you to a page of it's own displaying the name (this time not a link), type, and howto.
Could anyone please help/explain to me how to get this done?
Thanks in advance 
|