Month: May 2018
-
Check duplicate values in php array
Hello, welcome to therichpost.com. In this post, how to Check duplicate values in php array/ I personally like php ver much. PHP is the best web language. There are many cms and frameworks in PHP and WordPress is the best example. facebook also used PHPin it. Here is working code to check if array has duplicate…
Written by
-
Easy way to use transaction in laravel
Hello to all, welcome to therichpost.com. In this post, I will tell you, Easy way to use transaction in laravel. Like I always say that laravel is the best Mvc php framework. DB::transaction() is used for multiple insert queries. I am using it with try and catch and here is working and tested code: DB::beginTransaction();…
Written by
-
WordPress 404 error page after form submission
Hello, welcome to therichpost.com. In this post, I will tell you, WordPress 404 error page after form submission. WordPress is the best cms. Today I faced one strange error in wordpress custom form submission. Today I have made custom form for user enter details and but when I submitted that form, I got wordpress 404…
Written by
-
Add custom message to the woocommerce Order Completed Email
Hello, welcome to therichpost.com. In this post, I will tell you, Add custom message to the woocommerce Order Completed Email. WordPress is the best cms and Woocommerce is the best Ecommerce plugin. WordPress hooks(add_action, add_filter) give us the power to edit or change the code without interruption into the files and this is the best…
Written by
-
How to remove public from laravel url?
Hello to all, welcome to therichpost.com. In this post, I will tell you, How to remove public from laravel url? Like I always say that laravel is the best Mvc php framework.’ Today we will remove public from laravel url and here are the steps: step 1 : copy all file from public and paste…
Written by
-
Laravel Pagination Example
Hello to all, welcome to therichpost.com. In this post, I will tell you, Laravel Pagination Example. Like I always say that laravel is the best Mvc php framework. laravel has default pagination and Laravel’s paginator is integrated with the query builder. Here is the simple and easy way to create laravel pagination: //Controller code <?php…
Written by
-
Upload file in laravel with ajax jquery
Hello to all, welcome to therichpost.com. In this post, I will tell you, How to Upload file in laravel with ajax jquery? Like I always say that laravel is the best Mvc php framework. Laravel file upload with jquery ajax formdata. Here is this post, we will upload file in laravel with ajax and here…
Written by
-
How to Override WordPress Child Theme styling to Parent theme?
Hello, welcome to therichpost.com. In this post, I will tell you, How to Override WordPress Child Theme styling to Parent theme? WordPress is the best cms. WordPress hooks(add_action, add_filter) give us the power to edit or change the code without interruption into the files and this is the best thing about wordpress. Now I am…
Written by
-
WordPress hook to Save contact form 7 data into custom db
Hello, welcome to therichpost.com. In this post, I will tell you, WordPress hook to Save contact form 7 data into custom db. WordPress is the best cms. WordPress hooks(add_action, add_filter) give us the power to edit or change the code without interruption into the files and this is the best thing about wordpress. Now I…
Written by
-
Remove required attribute from checkout addresses fields WooCommerce
Hello, welcome to therichpost.com. In this post, I will tell you, How to Remove required attribute from checkout addresses fields WooCommerce? WordPress is the best cms and Woocommerce is the best Ecommerce plugin. WordPress hooks(add_action, add_filter) give us the power to edit or change the code without interruption into the files and this is the…
Written by