vikaspa
04-23-2004, 06:50 AM
I am sure this must have been answered but I tried to locate but could not get exact answer
1. I am reading a database table
2. Based on its value say $active = "Y"
3. I want to make the check box checked
if $acive="Y" then make the check box checked
else
keep it unchecked
4. Also pass(to database) "Y" when the check box is checked and "N" otherwise..
Please help !!!
Thanks in advance
1. I am reading a database table
2. Based on its value say $active = "Y"
3. I want to make the check box checked
if $acive="Y" then make the check box checked
else
keep it unchecked
4. Also pass(to database) "Y" when the check box is checked and "N" otherwise..
Please help !!!
Thanks in advance