How to generate a HTML page dynamically using PHP?

前端 未结 8 1458
我在风中等你
我在风中等你 2020-12-23 11:01

I have a page which displays info about a property, based on the unique ID from the url, searching the mysql database for that ID, getting all the info from that row etc, fa

8条回答
  •  -上瘾入骨i
    2020-12-23 11:23

    As per your requirement you dont have to generate a html page dynamicaly. It can be done by .htaccess file .

    Still this is sample code to generate HTML Page

    
    

    you can create any .html , .php file just change extention in file name

提交回复
热议问题