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…

  • 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…

    Laravel 7.2 routing with route group auth guard check with prefix
  • 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…

    Laravel 7.2 routing with route group auth guard check with prefix
  • 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,…

    How to add custom meta title and meta description in Wordpress?
  • 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…

    How to add custom meta title and meta description in Wordpress?
  • 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…

    How to add custom meta title and meta description in Wordpress?
  • 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…

    Php Preg_Match Pattern for Week Days Name
  • 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…

    How to add custom meta title and meta description in Wordpress?
  • 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); //…

    mysql-select-query
  • 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.…

    Angular 9 Laravel 7 Auth Login working tutorial Part 2