How to use Datepicker in Bootstrap?
You are working on bootstrap and you want to add datepicker, then you have to use bootstrap-datepicker library. but if you are new and how to add datepicker in bootstrap then i provide you example of .....
Autocomplete with Images and Custom HTML Code in Jquery UI?
In your website you require to set auto-complete user full-name with image. generally you use auto-complete with name, email, message etc text but if you want to add image or your own html code like u.....
Which MySQL Datatype use for Store an IP Address?
If you want to store IP address in mysql database then don’t mistake to use varchar datatype because you can use INT UNSIGNED 4(BYTE) datatype. using integer datatype you can save more space in data.....
Mysql Hexadecimal Color Code Store in Binary Datatype Example
If you have thousands of record store, that time database size would be large. but you can some field can save your number of bites in the database. you have color field then most of you choose string.....
How to use Google Maps API with JQuery PHP?
if you are working on PHP, asp, or any other framework and you want to integrate google API and also you want to get Latitude and Longitude for location. we have mostly fetched some problems when we s.....
How to Add Pagination with Union in Laravel?
Now, let's see post of laravel pagination with union query. let’s discuss about how to add pagination with union in laravel. you can understand a concept of laravel manual pagination with union quer.....
Laravel Create JSON File & Download From Text Example
<img src="/upload/laravel-create-json-download.png" class="post-img"> In this example, I will show you laravel create json file. you will learn how to create json file and download laravel. you'll lea.....