Thread
:
Response emails are blank
View Single Post
#
3
(
permalink
)
05-10-2007, 10:25 AM
sands
WebProWorld Veteran
Join Date: Sep 2005
Location: Kerala, India
Posts: 395
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
sands
View Public Profile
Send a private message to sands
Visit sands's homepage!
Find all posts by sands