MySQL Query to Get Current Month Data Example
If you require to get all the records of current month using mysql query. for example you have one table "items" and columns are id, title, description, created_at and update_at, Now you want to get a.....
How to Add Charts in Laravel using Highcharts?
Hey Folks, I am going to explain to you example of how to use highcharts in laravel. you can understand a concept of how to add highcharts in laravel. we will help you to give an example of laravel ad.....
How to Count Number of Files in Directory using PHP?
Hey Dev, In this post, we will learn count number of files in directory php. you can see count number of files in folder php. you'll learn count number of images in folder php. It's a simple example o.....
How to Remove Specific Element by Value from Array in PHP?
Hello Folks, In this tutorial, you will learn php remove specific value from array. It's a simple example of delete specific value from array php. step by step explain remove value from array php. let.....
How to create Event for Mail sending in Laravel 5.2?
Events provides a simple observer implementation, allowing you to subscribe and listen for events in your application. In this posts you can learn how to create event for email send in your laravel 5......
Laravel 5.2 chat message module using socket.io, redis, express and nodejs from from scratch.
In this tutorial, i going to show you how to make real time chat message module using socket.io, redis, express and nodejs in Laravel 5. socket.io through we can make real time chat module in our Lara.....
How to Remove undefined Value from Array in JQuery?
If you have a jquery or javascript array with lots of undefined values and you want to remove all undefined values from the array. you can remove undefined items from your array without using each loo.....
MySQL Query to Remove Numbers from String in a Column Example
Mysql custom fucntion is a very prety and intresting concept. In this posts i want to create one custom mysql function for remove numeric characters from table field value. this function through you c.....
MySQL Query to Remove Special Characters from String
Mysql custom fucntion is a very prety and intresting concept. In this posts i want to create one custom mysql function for remove special characters from table field value. this function through you c.....
How to Redirect Another Web Page in JQuery?
Hello Dev, Today, I would like to show you redirect page in javascript. I would like to share with you redirect page using jquery. If you have a question about onclick redirect to another page using j.....
How to Add Multiple Markers in Google Map using JQuery?
In this post we have to learn hoe to add a multiple location marker in google map. add following code for add multiple location marker. <img width="100%" style="border:2px solid cadetblue" src="/upl.....
Laravel Export to PDF using Maatwebsite Example
In this post i will show you how to export or download pdf file from database table by maatwebsite. maatwebsite packages throught you can easily generate pdf file. so now i show you simple example of .....