How can I set the value of a textbox through PHP?

前端 未结 3 1395
耶瑟儿~
耶瑟儿~ 2020-12-06 12:50

So I have this empty textboxes in a registrationg page. The user enters some data, hits continue and then there\'s a confirmation page. If the data is incorrect, the user hi

3条回答
  •  感情败类
    2020-12-06 13:48

    Of course you will want to escape it but...

    
    

    or if the form is posted, it would be easier to do:

    
    

    fine... even though it was out of the scope of the question here is the escaped version:

    
    

提交回复
热议问题