there were more on the code above,...
if ($LOGGED_IN = user_isloggedin()) {
user_logout();
$_COOKIE['user_name'] = '';
unset($LOGGED_IN);
}
i forgot to add that to the top...but on my
($feedback == 1 && $feedback2 == 1) and ($feedback == 1 && $feedback2 != 1) are complements.
I don't know how to go about it....if i clear out all the businesses that register, it will work fine. it's funny. it detect that the business has a default value of 0(zero), so it shows the form to register your business. once one user register the business (1), it doesn't work anymore...it allows any user to bypass that inspectaion and go to the index.php.
if they are complements...i don't know how to write it another way...i'm just sooo tired...
if u wish to see the code that i written for determining my $feedback and $feedback2, i'll be more glad to show it...