How to import large CSV file in MySQL millions of records.

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 MySQL Table and Connection file.

event_note
close

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 MySQL Table and Connection file.

folder_open MySQL, PHP
Read more

How to build custom drag and drop builder to upload image

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 drop builder. So let’s have

event_note
close

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 drop builder. So let’s have

folder_open AJAX, boostrap, css, jQuery, PHP
Read more

How to compress image size while uploading in PHP

Compress image size while uploading in PHP, It’s really good for page speed and SEO thing. We will perform this without losing quality of image. So, let’s have begin to create HTML form. Create index.php

event_note
close

Compress image size while uploading in PHP, It’s really good for page speed and SEO thing. We will perform this without losing quality of image. So, let’s have begin to create HTML form. Create index.php

folder_open PHP
Read more

How to submit form without page refresh using PHP, jQuery and Ajax

This tutorial we are going to learn submit form without page refresh using PHP, jQuery and AJAX. We will insert data in table when user input the value on form submit. Create MySQL table Table

event_note
close

This tutorial we are going to learn submit form without page refresh using PHP, jQuery and AJAX. We will insert data in table when user input the value on form submit. Create MySQL table Table

folder_open jQuery, PHP
Read more

How to develop auto complete search in PHP and jQuery

Auto completed search This tutorial we are going to learn how to develop auto completed search using PHP and jQuery. Some time large database value and user need some value quickly. So it really useful

event_note
close

Auto completed search This tutorial we are going to learn how to develop auto completed search using PHP and jQuery. Some time large database value and user need some value quickly. So it really useful

folder_open jQuery, PHP
Read more

How to develop Contact Us form using PHP and jQuery

In this tutorial we are going to create contact us form using PHP and jQuery. Contact Us form are always needed on website to contact website owner. Create HTML contact us form On submit form

event_note
close

In this tutorial we are going to create contact us form using PHP and jQuery. Contact Us form are always needed on website to contact website owner. Create HTML contact us form On submit form

folder_open PHP
Read more

How to convert PHP Array to JSON Object

This tutorial we will cover convert PHP array to JSON Object. JSON Objects are mainly used in API development and AJAX request. so let’s have start with example. We will give you three examples to

event_note
close

This tutorial we will cover convert PHP array to JSON Object. JSON Objects are mainly used in API development and AJAX request. so let’s have start with example. We will give you three examples to

folder_open How to
Read more

How to get user ip in php

get user IP address on visit, When user viewing your website, IP address is require to store like which country visit from? So simply add below code and get IP of visitor. Create ipaddress.php file

event_note
close

get user IP address on visit, When user viewing your website, IP address is require to store like which country visit from? So simply add below code and get IP of visitor. Create ipaddress.php file

folder_open How to
Read more

How to remove .php, .html extension from URL

This tutorial I’ll show you to remove .PHP extension from browser URL. This will help you to boost your website SEO ranking. inside the project root directory create .htaccess file Create .htaccess file If you

event_note
close

This tutorial I’ll show you to remove .PHP extension from browser URL. This will help you to boost your website SEO ranking. inside the project root directory create .htaccess file Create .htaccess file If you

folder_open How to
Read more

How to create SEO friendly slug URL in PHP

When you are using CORE PHP to create blog type website than this tutorial is really helpful. We will write SEO friendly URL like WordPress blog. That remove all spaces, special characters etc.. Create slug.php

event_note
close

When you are using CORE PHP to create blog type website than this tutorial is really helpful. We will write SEO friendly URL like WordPress blog. That remove all spaces, special characters etc.. Create slug.php

folder_open How to
Read more