stevesimo Posted June 25, 2007 Share Posted June 25, 2007 Hi, I have a database of business details which are output using a page called displaydetails.php by passing the id of the records: for example displaydetails.php?id=123 Rather than having the details displayed in this way, is it possilble to generate a HTML page dynamically using PHP? Thanks, Steve Link to comment https://forums.phpfreaks.com/topic/57080-dynamic-html-pages-using-php/ Share on other sites More sharing options...
redarrow Posted June 25, 2007 Share Posted June 25, 2007 lookup mod_rewrite as ur doing what we all do but use mod_rewrite to let browsers think there on one static page. Link to comment https://forums.phpfreaks.com/topic/57080-dynamic-html-pages-using-php/#findComment-282029 Share on other sites More sharing options...
trq Posted June 25, 2007 Share Posted June 25, 2007 Rather than having the details displayed in this way, is it possilble to generate a HTML page dynamically using PHP? That is exactly what you are doing. Are you asking to create static html pages for each possible request? This can be done aslo, but we need some clarity about your request. Link to comment https://forums.phpfreaks.com/topic/57080-dynamic-html-pages-using-php/#findComment-282030 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.