PDA

View Full Version : MySQL virtual html links


neo_philiac
03-17-2010, 06:26 PM
Hi all:

I am trying to find a tutorial to create virtual links and present them as an individual web page. To make it more clear, suppose I have an event list (i.e news) which I save in a SQL database and I would like to click on any of those events (i.e.headline) that would pull the data from the DB and show it in an individual page with details. I have been googling but dont exactly know the method. Please direct me too the correct source.

Old Pedant
03-18-2010, 01:10 AM
Using what language/system???

PHP? ASP? JSP?

But the concept is simple enough. You just use a SQL query to get all the URLs and some title/name to describe them and then create a set of records and then loop through the records, creating on <a> at a time.

Surely you have just not googled the right pages.

neo_philiac
03-18-2010, 02:09 AM
Got it thanks!