In this tutorial, I will show you how to validate email address in JavaScript. Email address validation is very common task which you will need to perform several html forms such as user registration form, user login form or any other form which is taking user email as input.
1 Comments
Facebook Official Page: All PHP Tricks
Twitter Official Page: All PHP Tricks
In this tutorial, I will show you how to check if string contains digits only in PHP. There are various occasions when you need to check whether string or variable contains only numeric digits using PHP.
2 Comments
Facebook Official Page: All PHP Tricks
Twitter Official Page: All PHP Tricks
In this tutorial, I will show you how to encrypt decrypt string in PHP. Encryption is very common in programming languages, it helps to secure our data even if it is accessed by unauthorize person.
0 Comments
Facebook Official Page: All PHP Tricks
Twitter Official Page: All PHP Tricks