In this tutorial we are going to implement read xlxs file in php and display data by sheet name. We use XLSXReader lib to achieve this, So get if from…
This tutorial we are implement basic REST API using PHP and MySQL. Mostly use for Mobile Apps Developments Request and server give Response back to user. Let's start with basic…
This tutorial we are going to Generate PDF file using dompdf. As it's provide a lot's of inbuild functions to use directly in real life without do much effort. We…
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…
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='domainextract@gmail.com'; $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 using PHP GD library. Which helps for spam sending it will be use for Contact form, Registration form etc.. Create index.php…
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…