What is wrong with this code that uses the mysql extension to fetch data from a database in PHP?

前端 未结 10 936
别跟我提以往
别跟我提以往 2021-01-17 06:18

I want to fetch data from a mysql table using php. Please, can anyone tell me what is wrong with this code? What is the correct code to fetch data from a mysql database:

10条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-01-17 06:53

    Your syntax is wrong... The correct coding is:

     '.$address.'
    '.$email.'
    '.$subject.'
    '.$comment; } ?>

提交回复
热议问题