How do you post data with a link

后端 未结 7 1973
感情败类
感情败类 2021-01-30 18:15

I have a database which holds the residents of each house in a certain street. I have a \'house view\' php web page which can display an individual house and residents when give

7条回答
  •  悲哀的现实
    2021-01-30 18:37

    We should make everything easier for everyone because you can simply combine JS to PHP Combining PHP and JS is pretty easy.

    $house_number = HOUSE_NUMBER;
    echo "";
    

    Or a somewhat safer way

    $house_number = HOUSE_NUMBER;
    echo "";
    

提交回复
热议问题