Page 2 of 2

Posted: Thu Sep 21, 2006 4:40 pm
by feyd
You may want to know that the last if() you have will always be true.

hint: = is assignment.

Posted: Thu Sep 21, 2006 4:45 pm
by jmilane
feyd wrote:You may want to know that the last if() you have will always be true.

hint: = is assignment.
Yeah, I figured that... freaked out and posted it a few posts ago.

I think youre great, by the way. You always try to help and are a very solid dude. A fine man.

Anyhow...

I went to this:

Code: Select all

if (isset($_POST['business_chkbox'])) { 
$checked = "yes"; 
}
Because if there isnt that variable in the $_POST then it shouldnt set $checked to "yes"

and it STILL doesnt work!!!

Oh no!!! Oh no oh no!

It SHOULDNT BE SET!!!!

IT ISNT!!!! It doesnt even EXIST!!!!