Posted: Thu Sep 21, 2006 4:40 pm
You may want to know that the last if() you have will always be true.
hint: = is assignment.
hint: = is assignment.
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Yeah, I figured that... freaked out and posted it a few posts ago.feyd wrote:You may want to know that the last if() you have will always be true.
hint: = is assignment.
Code: Select all
if (isset($_POST['business_chkbox'])) {
$checked = "yes";
}