why do i get an error when i run this code?

PHP Code:
$sql "SELECT * FROM tbl_Quotes";
$rs mysql_query($sql);
$numrows mysql_num_rows($rs); 
the error is below
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource

thanks