ItSolutionStuff.com

Latest Posts

How to use Datepicker in Bootstrap?

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 .....

By Hardik Savani May 5, 2021 Category: Laravel
Autocomplete with Images and Custom HTML Code in  Jquery UI?

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.....

By Hardik Savani May 5, 2021 Category: Laravel
Which MySQL Datatype use for Store an IP Address?

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.....

By Hardik Savani May 5, 2021 Category: Laravel
Mysql Hexadecimal Color Code Store in Binary Datatype Example

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.....

By Hardik Savani May 5, 2021 Category: Laravel
How to use Google Maps API with JQuery PHP?

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.....

By Hardik Savani May 5, 2021 Category: Laravel
How to Add Pagination with Union in Laravel?

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.....

By Hardik Savani May 5, 2021 Category: Laravel
Laravel Create JSON File & Download From Text Example

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.....

By Hardik Savani May 5, 2021 Category: Laravel
Popular Posts