How to generate a HTML page dynamically using PHP?

前端 未结 8 1487
我在风中等你
我在风中等你 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条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-23 11:34

    You dont need to generate any dynamic html page, just use .htaccess file and rewrite the URL.

提交回复
热议问题