mucky1215
10-07-2007, 11:16 AM
Hey,
Well i want to use html which contains php / mysql intergrated data, which ive already done but all i need to do now is
to find a script that will add the news title from the mysql database, (e.g. GTA 4 Delay) and it would appear as:
http://www.example.com/article/gta-4-delay.html?id=1
The ID will extract the data from the database, and display it on the html template that will be used for all news articles.
and the file name is there to replace the boring file name "view_article.html".
Any help will be very much appreciated, even if you can't help me then point me into the right direction how to do this.
Well i want to use html which contains php / mysql intergrated data, which ive already done but all i need to do now is
to find a script that will add the news title from the mysql database, (e.g. GTA 4 Delay) and it would appear as:
http://www.example.com/article/gta-4-delay.html?id=1
The ID will extract the data from the database, and display it on the html template that will be used for all news articles.
and the file name is there to replace the boring file name "view_article.html".
Any help will be very much appreciated, even if you can't help me then point me into the right direction how to do this.