HTML input form box not populating PHP value after first space

前端 未结 2 1854
面向向阳花
面向向阳花 2020-12-22 00:59

I have a simple HTML input box within an update form that is populated with the current PHP variable value, which is assigned from a MySQL query. If I enter in any value and

2条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-22 01:44

    This is because you are not using quotes in your value attribute. Please add them like this:

         
    

提交回复
热议问题