Php Fetch Return False

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