maybe you have an error there
replace
$result=mysql_query($sql);
with
$result=mysql_query($sql) or die(mysql_error());