PHP formmail question

P

ProtocolX

Guest
Yea, can I get php coding existence for a formmail script? Heres the problem:

At this page, when people fill out the info and click submit the information is supposed to be sent to the email, but for some reason only the info in the text fields gets sent and the radio button info doesn't get sent to the email. Can someone look at this PHP code and give me a revised working one? Many thanks to whoever does it... I can't find out whats wrong <_<
 
The names for your radio buttons need to be all the same for each group of them then you assign a different value to them

for example
Code:
<b>How many times a day would you come?</b>:<br>
<input type=radio class=form name="howmany" value=1>Once<br>
<input type=radio class=form name="howmany" value=2>2 - 5 Times a Day<br>
<input type=radio class=form name="howmany" value=3>6 - 10 Times a Day<br>
<input type=radio class=form name="howmany" value=4>All the Time! (Whenever Possible).<p>

then when you do
Code:
How Many Times a Day:\t$howmany\n
in your survey.php, it will return one of the above values
 

Members online

No members online now.

Latest profile posts

Also Hi EP and people. I found this place again while looking through a oooollllllldddd backup. I have filled over 10TB and was looking at my collection of antiques. Any bids on the 500Mhz Win 95 fix?
Any of the SP crew still out there?
Xie wrote on Electronic Punk's profile.
Impressed you have kept this alive this long EP! So many sites have come and gone. :(

Just did some crude math and I apparently joined almost 18yrs ago, how is that possible???
hello peeps... is been some time since i last came here.
Electronic Punk wrote on Sazar's profile.
Rest in peace my friend, been trying to find you and finally did in the worst way imaginable.

Forum statistics

Threads
62,015
Messages
673,494
Members
5,621
Latest member
naeemsafi
Back