Can <input> elements have capital letters and spaces in PHP

前端 未结 4 1328
感动是毒
感动是毒 2020-12-21 14:29

Do elements in forms need to be a single word, either in totality or using an underscore, or can they have spaces?



        
4条回答
  •  一整个雨季
    2020-12-21 15:27

    Yes, input in forms should be a single word. They can have underscores or numbers and they can also be Capital letters but there should be no space in the name you specify. Also make sure you don't enter special characters in name.

提交回复
热议问题