Swiftmailer library is used for sending mail it's much similar as PHPMailer. We are going to create SMTP user to send mail here are the steps. Create SMTP user. Install…
This tutorial extract domain name from email account. you can use many way to achieve this below is simple step to get extract domain name. Method 1 $email='[email protected]'; $domain =…
google recaptcha integratein PHP, here are steps to follow: Go to https://www.google.com/recaptcha/admin/create Enter domain name and select reCaptcha type. Generate site and secret key. Create file and add google script…
This tutorial we are doing to implement captcha image in PHP using PHP GD library. Captcha helps for automation submission of form like Registrations, Contact Us or Custom Forms. by…
This tutorial we going to implement PHP infinite scrolling without page reload using PHP, AJAX, MySQL and jQuery. That helpful for big post website and also useful for pagination as…
This tutorial we are implement pass multiple checkbox value on submit form. there are require in many signup form for select user for newsletter category and many other forms. So…
SEO friendly URL using PHP we are going to implement creating SEO friendly Slug based on title. That require in Custom PHP Blog website. So, create PHP function and pass…
This tutorial we are validate user password. that require while registering user on system. PHP provide the preg_match function. So we can use this function to implement this. We will…
This tutorial we are going to import large CSV file in MySQL. We have millions of records in files so we use batch import to insert data in MySQL. Create…
This tutorial we are going to implement custom drag and drop builder for image upload using JS. We will use bootstrap for designing and JS library to control drag and…