T_BOOLEAN_AND error?
- by Ronnie Chester Lynwood
whats wrong with this? anybody help me please..
if(stripos($nerde, $hf) !== false) && (stripos($nerde, $rs) !== false){
@mysql_query("update table set dltur = '3' where id = '".$ppl[id]."'");
}
else {
//dont do anything
}
i get T_BOOLEAN_AND error.