Disable form validation in browser

后端 未结 5 2257
Happy的楠姐
Happy的楠姐 2021-02-12 23:53

I\'m coding on a website with forms and use HTML5 validation - no rocket science so far. Everything works fine for me in Google Chrome, but I want to get sure that even a IE 6 u

5条回答
  •  失恋的感觉
    2021-02-13 00:08

    You should absolutely be validating on the server if you are building any SQL strings.

    In the client you should be able to fall-back to JavaScript-based validation, but that's no protection. Do it on the server as well.

提交回复
热议问题