Is null

Visually, phpmyadmin says there’re plenty of null values. Any idea why this script isn’t selecting any null values in the mfr column?

$result = mysql_query("SELECT * FROM stk WHERE mfr IS NULL") or die(mysql_error());

Changed to: WHERE mfr = ‘’