Data validation is an important aspect of form processing. In this article we’ll present two PHP functions for data validation which may be useful to WordPress plugin authors. These are: email validation with domain checking and url validation with domain checking. Both of these are rather comprehensive tests.
Category Archives: PHP
PHP Form examples
PHP Form
PHP parse and process HTML
I prefer using one of the native XML extensions, like
PHP validation functions
Hello my readers, after one month of hard work , i created a validation class and made a complete tutorial with 60 php validation methods in PHP. here each functions works independently. These methods are used in every kind of web applications. even i written the functions in PHP, you can use them in Javascript …
PHP SQL queries using ezSQL
Nowadays, most websites and web applications are database driven, which means that you, the developer, have to query the database to get the requested information. Let’s take a look at a very useful tool to handle SQL queries easily and efficiently on small to medium projects.
Sort array based on another array
Take one array as your order: