prova questo :
$q = mysql_query( $sql ) or die(mysql_error());
$res = json_encode(mysql_fetch_assoc($q));
echo $res;
puoi anche dare un'occhiata a:jQuery.getJSON &jQuery.parseJSON
prova questo :
$q = mysql_query( $sql ) or die(mysql_error());
$res = json_encode(mysql_fetch_assoc($q));
echo $res;
puoi anche dare un'occhiata a:jQuery.getJSON &jQuery.parseJSON