php fetch return false

// That is becasue of the $id which is a STRING is converted at 0 by MySQL.
$id = intval($id);
Ganz404