Category: Php
-
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…
Written by

-
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{…
Written by

-
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…
Written by

-
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…
Written by

-
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…
Written by

-
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…
Written by
