Google Code Prettify - 輕量級的語法上色工具

星期五, 9月 25, 2015

Validate 表單驗證

PHP Filters
http://www.w3schools.com/php/php_filter.asp

PHP 5 Filter Functions
http://www.w3schools.com/php/php_ref_filter.asp

PHP 5 Forms - Validate E-mail and URL
http://www.w3schools.com/php/php_form_url_email.asp

jQuery Validation Plugin表單驗證使用介紹
http://www.cc.ntu.edu.tw/chinese/epaper/0033/20150620_3307.html


jQuery Client side之表單驗證即使做得再完美,還是無法防範惡意的跳過驗證,server side仍需做資料驗證。所以建議在後端採用呼叫 Stored Procedure或 pass Parameter方式保護資料庫的安全。