Posted by Shek on April 19, 2008 under PHP |
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 »
Posted by Shek on April 14, 2008 under PHP |
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 »
Posted by Shek on April 12, 2008 under PHP |
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 »