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!!

Member Avatar for P0lT10n

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 !!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.