I want to create a php page witha MySQL backend. When I load up the data into the database, it will display on the webpage.
Some of the data will be a keyword.
e.g. in database, I store "my topic"
On the webpage, it shows the a hyperlink who's text is "my topic" but when you click the link, it goes to a page called www.mywebsite.com/my-topic.htm
Does that make sense?
Can I do this with a php/MySQL setup?
