Year: 2018
-
Top Five Google Adsense Approval Tricks
Hello to all, welcome to therichpost.com. In this post, I will tell you, Google Adsense Approval Tricks. we will discuss some useful tricks and easy tricks to get google adsense approval. I got google adsense approval in one day. Here are the useful tricks : 1. Write unique and genuine content in website. This is…
Written by
-
Update Query In Laravel With PDO or Sentinel
Hello to all, welcome to therichpost.com. In this post, I will tell you, Update Query In Laravel With PDO or Sentinel. I am doing with laravel first time in my website. Laravel is one of the top php mvc framework. PDO is oops based and more securable then mysql and mysqli. Here are the Update…
Written by
-
How to add PDO in laravel?
Hello to all, welcome to therichpost.com. In this post, I will tell you, How to add PDO in laravel? I am doing with laravel first time in my website. Laravel is one of the top php mvc framework. PDO is oops based and more securable then mysql and mysqli. Guys if you are new in…
Written by
-
Best way to including css and javascript files in wordpress theme
How to all, Welcome to therichpost.com In this post, we will discuss Best way to including css and javascript files in wordpress theme. Mostly we will add css and javascript files in wordpress theme header.php file. Including css and javascript files in wordpress theme, we will use wp_enqueue_script() and wp_enqueue_style() functions. wp_enqueue_style( $handle, $src, $deps,…
Written by
-
The best things about WordPress that every developer should know
Hello to all, welcome to therichpost.com. In this post, I will tell you, The best things about WordPress that every developer should know. WordPress is the best cms. WordPress has 25.7% of all sites across the web. I am using wordpress form last 3 years and there are so many best things about the wordpress…
Written by
-
How to secure wordpress website without any plugin?
Hello to all, welcome to therichpost.com. In this post, I will tell you, how to secure wordpress website without any plugin? WordPress is the best cms. WordPress has 25.7% of all sites across the web. From the beginning, my believe was not to use any security plugin for wordpress website. Here are the best tips…
Written by
-
Send Mail After Successful Registration In PHP
Hello to all, welcome to therichpost.com. In this post, I will tell you how to Send Mail After Successful Registration In PHP? This is basic functionality and In this form you just add form value and press the button and Successful Registration email will receive on your email id. Here is the working code and…
Written by
-
How to Get WordPress Posts With Mysql Like Condition?
Hello, welcome to therichpost.com. In this post, I will tell you How to Get WordPress Posts With Mysql Like Condition? 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. In this post, we…
Written by
-
PDO select query with case statement
Hello to all, welcome to therichpost.com. In this post, I am showing PDO select query with case statement. First time I am showing mysql pdo case statements. Here is the working code for PDO select query with case statement: <?php$servername = “localhost”;$username = “root”;$password = “root”; try { $conn = new PDO(“mysql:host=$servername;dbname=user”, $username, $password); //…
Written by
-
Laravel With Angularjs
Hello, welcome to therichpost.com. In this post, I will tell you How to Get laravel data in Angular2 with laravel rest api. Nowadays Angularjs is very popular and known as one page website. I am familiar with Angular 1 very well but Angular 2 is totally different with Angular 1. Angular2 is totally command based.…
Written by