Recent Posts
Increase WordPress Speed using code
How To Speed Up Your WordPress Site ? A Complete Guide
Is your WordPress site slow? If yes, we need to work on…
How to add custom styles to my embedded Twitter timeline
Want to customize your twitter timeline to the branding of your website?
Need to delete the media from showing in…
Change placeholder color with Bootstrap
Assign the placeholder to a class selector like this:
It will work then since a stronger selector was probably…
Tutorial – Insert Update and Delete record with AJAX in Laravel Example
AJAX is use to communicate with the server and perform action like – database manipulation, file upload, etc.…
Import CSV Data to MySQL Database with Laravel ~ Example
In CSV file you can store data in comma-separated string format.
Sometimes require to import existing CSV file…
Auto populate Dropdown with jQuery AJAX in Laravel Example
Autopopulating values require when need to load records on child element based on parent element value.…
How to Upload a File in Laravel Example
File uploading is most used functionality in web applications.
Lots of application allows the users to…
Example – Login with LinkedIn using PHP
In this tutorial, we will show you how to integrate user Login System with LinkedIn using PHP. The login with…
Example – Export Data to Excel in PHP
Export data feature is very useful where the data list need to be saved on the computer for offline used.…
Example – Upload video to YouTube using PHP on Website
YouTube is one of the most popular for video upload and video-sharing. If your web application has video upload…
Example – Drag and drop file upload in PHP using DropzoneJS
If you want to implement drag and drop files upload in your PHP project, then this tutorial will help a lot.…
Distance between two addresses using Google Maps in PHP
We can easily calculate distance between two addresses using Google Maps API and PHP. We have created a simple…
Exmaple – Delete multiple records from MySQL in PHP
Delete records one by one is very time consuming. Multiple records delete on a single click is strongly…
Send HTML Design on Email using PHP
Using PHP mail() function we can easily send the text email. But most of the cases we need to send nice HTML…
Review Star rating system with jQuery, Ajax and PHP Example
In this tutorial you’ll learn how to build a rating system using jQuery, Ajax and PHP. With our simple script…
Example – Create custom Twitter Widget using PHP
Twitter Embedded timelines are an easy way to display multiple Tweets on your website. You can easily implement…