Category: Php

  • How php session works?

    Hello to all, welcome to therichpost.com. Today, In this post, I will let you know How php session works? Sessions are very important and store unique value in it. Sessions are used to store unique data throughout the website. when php script is closed or session will be destroy after closing browser. Here is the…

    Php Preg_Match Pattern for Week Days Name
  • Insert query example in mysql using pdo

    , ,

    Hello to all, welcome to therichpost.com. In this post, I will tell you, How to Insert data in mysql using pdo? PDO means PHP Data Object. PDO is more secure and it is opps based. Here is the example code for Insert query example in mysql using pdo: To connect with mysql with pdo, you…

    Php Preg_Match Pattern for Week Days Name
  • How to connect mysql database using pdo?

    , ,

    Hello to all, welcome to therichpost.com. In this post, I will tell you, How to connect mysql database using pdo? PDO means PHP Data Object. PDO is more secure and it is opps based. Here is the example code for connect mysql database using pdo: define(‘DB_SERVER’, ‘localhost’); define(‘DB_USERNAME’, ‘root’); define(‘DB_PASSWORD’, ‘root’); define(‘DB_DATABASE’, ‘testdatabse’); class Connection{…

    Php Preg_Match Pattern for Week Days Name
  • How to save php mysql data in Excel sheet?

    ,

    Hello, welcome to therichpost.com. In this post, I will tell you How to save php mysql data in Excel sheet? 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. In this post, I…

    Php Preg_Match Pattern for Week Days Name
  • Custom helper php function to print array

    Hello, welcome to therichpost.com. In this post, Custom helper php function to print 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 the code for Custom helper php function to…

    Php Preg_Match Pattern for Week Days Name
  • How to send mail in codeigniter on localhost server?

    ,

    Hello, welcome to therichpost.com. In this post, I will tell you How to send mail in codeigniter on localhost server? Today I was working with codeigniter and there is email feature but that need to work on localhost but I stuck at that point. After some time i got the solution and today I will…

    How to use sessions and other libraries in codeigniter?
  • How to make custom login wordpress template with jquery validation?

    , ,

    Hello, welcome to therichpost.com. In this post, I will tell you How to make custom login wordpress template with jquery validation? WordPress is the best cms. I personally like it very much and my mostly posts are related to wordpress. The template making is good feature in wordpress and we can make our own template…

    How to add custom meta title and meta description in Wordpress?