PHP Create A Dynamic Credit Card Expiration Year Dropdown Using PHP Vikas Kumar Jul 15, 2017 0 In the below code there is a dynamic credit card expiration year dropdown that will take the current year along…
PHP How To Check Email Address Validation In PHP Vikas Kumar Mar 19, 2017 0 In this article we will discuss how to check email address validation In PHP. we will verify the email address is…
PHP Most Useful PHP Snippets Vikas Kumar Jan 22, 2017 0 Here we have some set of Useful PHP Snippets, which are useful for PHP Developers. That you can easily add in your…
CakePHP Email Validation in CakePHP Vikas Kumar Jan 21, 2017 0 Email validation is an important part of any application and especially, when we use email as username in our…
CakePHP Install CakePHP 3 using Composer Vikas Kumar Jan 17, 2017 10 In this tutorial we will guide you how to Install CakePHP 3 Using Composer step by step. CakePHP uses Composer, a…
PHP Generate Random Alphanumeric String with PHP Vikas Kumar Jan 8, 2017 5 In this article, we will explain how to Generate Random Alphanumeric String with PHP. This is a simple function…
XAMPP How to import large sql file in XAMPP ? Vikas Kumar Jan 3, 2017 19 When you have large SQL file and you want to import existing data from other installation or from host. First you…