How to Convert HTML to PDF with DOMPdf

This tutorial we are going to Generate PDF file using DOMPdf. Dompdf is powerful library for generating PDF files. So let’s get started with simple example. Download composer and install it. Use below command to

event_note
close

This tutorial we are going to Generate PDF file using DOMPdf. Dompdf is powerful library for generating PDF files. So let’s get started with simple example. Download composer and install it. Use below command to

folder_open PHP
Read more

How to Upload Multiple image without page reload using PHP and jQuery

This tutorial we going to implement Multiple image upload without page refresh. we use base 64 to convert into image and store. upload multiple image and store all image in single submit button click. Here

event_note
close

This tutorial we going to implement Multiple image upload without page refresh. we use base 64 to convert into image and store. upload multiple image and store all image in single submit button click. Here

folder_open AJAX, jQuery, PHP
Read more

How to send mail using SwiftMailer in php

This tutorial we are going send mail using Swiftmailer. We are going to create SMTP user to send mail here are the steps. Create SMTP user. Install SwiftMailer using composer. Create File for sending mail.

event_note
close

This tutorial we are going send mail using Swiftmailer. We are going to create SMTP user to send mail here are the steps. Create SMTP user. Install SwiftMailer using composer. Create File for sending mail.

folder_open PHP
Read more

How to Extract domain name from email

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. Other way SHARE ON TwitterFacebookGoogle+BufferLinkedInPin It

event_note
close

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. Other way SHARE ON TwitterFacebookGoogle+BufferLinkedInPin It

folder_open PHP
Read more

How to integrate google reCaptcha in PHP

google recaptcha integratein PHP, here are steps to follow: Create index.php file Add site key inside file and create new file call verify.php. you can use in any form eg. signup, signing, contact etc.. Read

event_note
close

google recaptcha integratein PHP, here are steps to follow: Create index.php file Add site key inside file and create new file call verify.php. you can use in any form eg. signup, signing, contact etc.. Read

folder_open PHP
Read more

How to generate captcha image in php

This tutorial we are doing to implement captcha image using PHP GD library. Which helps for spam sending it will be use for Contact form, Registration form etc.. Create index.php file Create index.php file on

event_note
close

This tutorial we are doing to implement captcha image using PHP GD library. Which helps for spam sending it will be use for Contact form, Registration form etc.. Create index.php file Create index.php file on

folder_open PHP
Read more

How To Make PHP Infinite Scrolling Using AJAX, MySQL, jQuery

This tutorial we going to implement PHP infinite scrolling using AJAX, MySQL and jQuery. That helpful for big post website and also useful for pagination as well, which gives great user experience. So let’s begin

event_note
close

This tutorial we going to implement PHP infinite scrolling using AJAX, MySQL and jQuery. That helpful for big post website and also useful for pagination as well, which gives great user experience. So let’s begin

folder_open AJAX, jQuery, MySQL, PHP
Read more

How to pass multiple checkbox value on form submit

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 let’s have start with create

event_note
close

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 let’s have start with create

folder_open How to, HTML, PHP
Read more

How to create SEO friendly URL using PHP

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 title as $string variable. you

event_note
close

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 title as $string variable. you

folder_open How to, PHP
Read more

How to validate strong password strength in PHP

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 check at least one upper

event_note
close

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 check at least one upper

folder_open How to, PHP
Read more