Showing posts with label php codes. Show all posts
Showing posts with label php codes. Show all posts

Tuesday, March 18, 2014

Registration Form PHP Souce Codes

Hello, PHP lovers!
Today, we are going to see some simple php codes by which you can complete a registration using MySQL database and interface by HTML CSS.

First have a  visit at DonorsDB.com Registration Page

Sunday, March 16, 2014

Simple Name Game By PHP Soruce Codes


Hello, PHP Lovers! Today we are going to make a simple funny project by using SWITCH statement of PHP .
The plan is:
  1. Take a name input from user which can be user's name.
  2. Give a word to every letter of taken input!

Thursday, March 13, 2014

Email Contact PHP Source Codes

Hello PHP Lovers,
Today, we are going to talk about php mail function.  It's something by which we can send email to anybody from a html format. For this project we are going need two steps.

Step 1: Creating a HTML form which contains fields, NAME, EMAIL, PHONE and MESSAGE writing infields.
Step 2: Putting my provided PHP codes into it.