Year: 2018
-
How to make like query in pdo mysql?
Hello to all, welcome to therichpost.com. In this post, I will tell you, How to make like query in pdo mysql? PDO means PHP Data Object. PDO is more secure and it is opps based. Here is the working like query in pdo mysql and you can do like this query: <?php //You can define…
Written by
-
WordPress custom post query fetching full content
Hello, welcome to therichpost.com. In this post, I will tell you WordPress custom post query fetching full content. WordPress is the best cms. In this post, I will make custom wordpress post query to get all the post data and it is simple and clean code. Here is custom wordpress post query to get data:…
Written by
-
Laravel custom raw queries example
Hello to all, welcome to the richpost.com. In this post, I will tell you, how to do raw queries in laravel? Laravel is one of the top Mvc php framework. Sometime we do custom queries in simple mysql in core php but In laravel there are some tricky ways to do this. Here is the…
Written by
-
Solved : hovering over Chartjs Bar Chart showing old data
Hello to all, welcome to the therichpost.com. In this I will tell you how to Solved : hovering over Chartjs Bar Chart showing old data? Chartjs is the very popular for barchart, line chart and many more. I was facing one problem during working with chartjs. When I change my chartjs bar chart event then…
Written by
-
How to change MySQL data in JSON format?
Hello to all, welcome to therichpost.com. In this post, I will tell you How to change MySQL data in JSON format? When we want to send data one page to other page then we can use json formatted data. We will save Mysql data in json format. We can this json formatted data jquery ajax…
Written by
-
How to create ajax middleware in laravel with php artisan command?
Hello to all, welcome to therichpost.com. In this post, I will tell you, How to create ajax middleware in laravel with php artisan command? I am doing with laravel first time in my website. Laravel is one of the top php mvc framework. Here are the steps in laravel for making middleware: I have done…
Written by
-
How to get date difference in days with jquery?
Hello, welcome to therichpost.com. In this post, I will tell you How to get date difference in days with jquery? I personally like jquery very much. Most of my code is full with jquery. When I stuck in php or other language then that stuckness I remove with jquery code. Here is the working code…
Written by
-
Bootstrap modal pop up with dynamic content
Hello, welcome to therichpost.com. In this post, I will tell you How to create Bootstrap modal popup with dynamic content on jquery click? Bootstrap is the most popular front-end framework. The popup design, which I will make in this post, we will show dynamic content on jquery click function. We will open Bootstrap modal popup…
Written by
-
How to make custom skew slider with jquery and css?
Hello, welcome to therichpost.com. In this post, I will tell you How to make custom skew slider with jquery and css? I personally like jquery very much. Most of my code is full with jquery. When I stuck in php or other language then that stuckness I remove with jquery code. Today I am going…
Written by
-
Mysql query for last 7 days and 30 days
Hello to all, welcome to therichpost.com. In this post, I will tell you Mysql query for last 7 days and 30 days. Today in my running project, I made query for getting last 7 days result and last 30 days result. Here is the query code for last 7 days and 30 days: where add_date…
Written by