$userArray=ifx_fetch_row($userQuery);
// check user and password
if (ifx_num_rows($userQuery) != 0) {
$t=$userArray["$cfgDbLoginfield"];
echo $t;
echo "=";
echo $login;
if ($login != $userArray["$cfgDbLoginfield"])
Ok $userArray["$cfgDbLoginfield"]=d and
$login = d
If d=d it should not go through the logic statement, but it is. I you can see something in the code... Please let me know what I am doing wrong...