954,587 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

html and php coding error

http://pakcom.pk/clients/saddar%20site/

please have a view of this web-survey simple coding and let me know what problem it has that it does not send any info to my email address which i have specified in mail function and not even echo the message of
"thankyou for feedback"

please rectify my mistakes

i need help in urgent basis!!

devilish demon
Newbie Poster
8 posts since Oct 2010
Reputation Points: 10
Solved Threads: 0
 

I saw that you have an error in your form code... you wrote

<form name= "questionnaire" form method="post" action="<?php echo $PHP_SELF;?>">

and its

<form name="questionnaire" method="post" action="<?php echo $PHP_SELF;?>">

You wrote a form when another form was already at the begining... i mean, you opend tag, but then there is another form and then method... try now !!

P0lT10n
Posting Whiz in Training
235 posts since Apr 2010
Reputation Points: 13
Solved Threads: 30
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: