Month: March 2018

  • 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