How to generate a HTML page dynamically using PHP?

前端 未结 8 1471
我在风中等你
我在风中等你 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:31

    I've been working kind of similar to this and I have some code that might help you. The live example is here and below, is the code I'm using for you to have it as reference.

    create-page.php

    
    

    Hope this file can help and work as reference to start and boost your project.

提交回复
热议问题