How to Import and Export CSV Files Using PHP and MySQL

Today, we are going to implement import and export CSV file using PHP and MySQL, We are use custom PHP code to implement this so let’s start. Create MySQL Table Create Database connection file Config.php

event_note
close

Today, we are going to implement import and export CSV file using PHP and MySQL, We are use custom PHP code to implement this so let’s start. Create MySQL Table Create Database connection file Config.php

folder_open PHP
Read more

remove file extension from url using .htaccess

remove .php extension from url using .htaccess let’s have start with creating .htaccess file.Create .htaccess file to root of the your projects. add below code inside file.Which allow to run without extension. .htaccess RewriteRule ^(.*)$

event_note
close

remove .php extension from url using .htaccess let’s have start with creating .htaccess file.Create .htaccess file to root of the your projects. add below code inside file.Which allow to run without extension. .htaccess RewriteRule ^(.*)$

folder_open PHP
Read more

How to add Form Validation in PHP, jQuery.

Form Validation in PHP – Jquery. We are going to implement jquery validation using jquery library with bootstrap UI.You can use this form as user registeration and front-end designing.Jquery validation is light weight library and

event_note
close

Form Validation in PHP – Jquery. We are going to implement jquery validation using jquery library with bootstrap UI.You can use this form as user registeration and front-end designing.Jquery validation is light weight library and

folder_open jQuery, PHP
Read more

How to upload file in Dropzone tutorial example

PHP Upload file using Dropzone. Dropzone is light weight and easy to use library let’s have create demo for file upload using dropzone. Create file index.php autoProcessQueue you can set false or true, true means

event_note
close

PHP Upload file using Dropzone. Dropzone is light weight and easy to use library let’s have create demo for file upload using dropzone. Create file index.php autoProcessQueue you can set false or true, true means

folder_open PHP
Read more

PHP file uploadĀ in database with Error Handling

PHP file Upload is easy way to handle.We are demonstrate the file upload in database with Error handling. Let’s have begin. Configure php.ini file PHP Image Upload Code. Inside project create directory call images which

event_note
close

PHP file Upload is easy way to handle.We are demonstrate the file upload in database with Error handling. Let’s have begin. Configure php.ini file PHP Image Upload Code. Inside project create directory call images which

folder_open PHP
Read more