Jump to content

Dynamic HTML Pages Using PHP


stevesimo

Recommended Posts

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

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.