Send email with PHP

Posted by Shek on April 19, 2008 under PHP | Be the First to Comment

In this post, I would like to show you how to send an email with PHP code. It is very useful for a member system which you might like to email the password to member.

Read more of this article »

Connect to Mysql datebase

Posted by Shek on April 14, 2008 under PHP | Be the First to Comment

Editor’s note: In this post, I would like to show you how to use PHP to connect to a MySQL database. It is very a important part in the PHP and MySQL programming.

Read more of this article »

Display the date with PHP

Posted by Shek on April 12, 2008 under PHP | Be the First to Comment

Editor’s note: I recently worked on a web project which I need to add the date on a page. I used the PHP function date( ) to accomplish the job. Here are my examples for your reference.

Read more of this article »

Page 6 of 6« First...23456