View Single Post
  #3 (permalink)  
Old 05-10-2007, 09:25 AM
sands's Avatar
sands sands is offline
WebProWorld Veteran
 

Join Date: Sep 2005
Location: Kerala, India
Posts: 397
sands RepRank 1
Default

Try this, might work. In the PHP code that processes the info sent by the form, add the lines:
Code:
$name  = $_POST['name'];
$email = $_POST['email'];
etc.
immediately below the opening <?php Start Tag for each field in the form.
__________________
My Nook | My Biz | My Photos
Reply With Quote