Using a PHP variable in a text input value = statement

前端 未结 6 1399
走了就别回头了
走了就别回头了 2020-12-15 00:11

I retrieve three pieces of information from the database, one integer, one string, and one date.

I echo them out to verify the variables contain the data.

Wh

6条回答
  •  北海茫月
    2020-12-15 00:43

    I have been doing PHP for my project, and I can say that the following code works for me. You should try it.

    echo ''; 
    

提交回复
热议问题