0810
11-11-2002, 05:52 AM
hi how are you doing? I have problem with E-mail system. when I send month information to my E-mail, January comes 0. I would like to start from 1. Because if a user chooses January, it will be 0.
could you tell me how to do it.
Also when I get data like male or female, I am getting Like ON(male case). If a user chooses male, it comes On not male.
Male:<input type="radio" size="30" name="male" value="Male">
$male=$_POST["male"];
$ito.="Sender male:\t\t$male\n<br>";
again when one chooses male, it comes "On" in my mail, I would like to print "Male" in my mail
Could you tell me how to do it?
Thanks for your time
could you tell me how to do it.
Also when I get data like male or female, I am getting Like ON(male case). If a user chooses male, it comes On not male.
Male:<input type="radio" size="30" name="male" value="Male">
$male=$_POST["male"];
$ito.="Sender male:\t\t$male\n<br>";
again when one chooses male, it comes "On" in my mail, I would like to print "Male" in my mail
Could you tell me how to do it?
Thanks for your time