prova detta :
$q = mysql_query( $sql ) or die(mysql_error());
$res = json_encode(mysql_fetch_assoc($q));
echo $res;
du kan också ta en titt på:jQuery.getJSON &jQuery.parseJSON
prova detta :
$q = mysql_query( $sql ) or die(mysql_error());
$res = json_encode(mysql_fetch_assoc($q));
echo $res;
du kan också ta en titt på:jQuery.getJSON &jQuery.parseJSON