Author: therichpost
-
Bootstrap Template Contact Us
Hello to all, welcome to therichpost.com. In this post, I will show you Bootstrap Template Contact Us with proper code. Bootstrap is a very famous open-source front end library. I have made this Bootstrap Template Contact Us in wordpress. Here is the working html code and I made this for wordpress template and you can…
Written by

-
Jquery Step Form Working Example With Validations
Hello, welcome to therichpost.com. In this post, I will tell you, How to make Jquery Step Form Working Example With Validations? 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. I made this simple…
Written by

-
How to get first three letters of a string in JQuery?
Hello, welcome to therichpost.com. In this post, I will tell you, How to first three letters of a string in 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…
Written by

-
WordPress conditional meta query
Hello to all, welcome to therichpost.com. In this post, I will tell you, WordPress conditional meta query. I will tell you WordPress conditional meta query with multiple value with if condition. I used this query in my project and this is very helpful if we have multiple value but we need to use some of…
Written by

-
How to display mysql data in table format using pdo?
Hello to all, welcome to therichpost.com. In this post, I am showing mysql data in table format using pdo. Table format will be same like mysql. This code is very interesting and will show all the data with column names and data structure as same as mysql table structure. Here is the working code for…
Written by

-
Laravel Collective Package Form Layouts Examples Code
Hello to all, welcome to therichpost.com. In this post, I will tell you, Laravel Collective Package Form Layouts Examples Code. I am doing with laravel first time in my website. Laravel is one of the top php mvc framework. 1. First you need to write below code into your composer: composer require “laravelcollective/html”:”^5.3.0″ 2. Second…
Written by

-
Important laravel Sentinel Helper functions
Hello to all, welcome to therichpost.com. In this post, I will tell you, Important laravel Sentinel Helper functions. I am doing with laravel first time in my website. Laravel is one of the top php mvc framework. Here are the Important laravel Sentinel Helper functions and you can add these Sentinel Helper functions into your…
Written by

-
Javascript validate input box with date pattern
Hello to all, welcome to therichpost.com. In this post, I will tell you, Javascript validate input box with date pattern. This is code will be very helpful to all and I must say, this code helped my friend. First I did input box validate with jquery but It did not worked me then I got…
Written by

-
fullcalendar Important Hacks
Hello to all, welcome to therichpost.com. In this post, I will tell you fullcalendar Important Hacks. I must say this post will be very helpful. One of my project, I have done some good tricks with fullcalendar. Here are the fullcalendar Important Hacks: 1. Change the fullcalendar toolbar positions and here is the code and…
Written by

-
Important Mysql date, concat queries
Hello to all, welcome to therichpost.com. In this post, I will tell you Important Mysql date, concat queries. MySQL is an open source relational database management system. Here are the some Important Mysql date, concat queries: 1. Mysql concat two columns in single column: SELECT id, CONCAT(firstName, ‘-‘, phone) AS FIRSTNAME FROM `users` ORDER BY…
Written by
