Danh mục

Tương tác giữa PHP và jQuery - part 32

Số trang: 10      Loại file: pdf      Dung lượng: 902.88 KB      Lượt xem: 6      Lượt tải: 0    
Thư viện của tui

Xem trước 2 trang đầu tiên của tài liệu này:

Thông tin tài liệu:

CHAPTER 9 ■■■Performing Form Validation with Regular ExpressionsIt’s your responsibility as a developer to ensure that your users’ data is useful to your app, so you need to ensure that critical information is validated before storing it in your database. In the case of the calendar application, the date format is critical: if the format isn’t correct, the app will fail in several places. To verify that only valid dates are allowed into the database, you’ll use regular expressions (regexes), which are powerful pattern-matching tools that allow developers much more control over data than a strict string comparison search. Before...
Nội dung trích xuất từ tài liệu:
Tương tác giữa PHP và jQuery - part 32

Tài liệu được xem nhiều: