im facing this issue on one of my scripts,
can you people help me out?
}
$query = "select stid, user_name, full_name from ".DB_PREFIX."staff where user_name=\"".$username."\" and authentication=md5(\"".$password."\")";
return $this->dbCon->query_exec( $query );
}