hãy thử cái này:
$q = mysql_query( $sql ) or die(mysql_error());
$res = json_encode(mysql_fetch_assoc($q));
echo $res;
bạn cũng có thể xem tại: jQuery.getJSON & jQuery.parseJSON
hãy thử cái này:
$q = mysql_query( $sql ) or die(mysql_error());
$res = json_encode(mysql_fetch_assoc($q));
echo $res;
bạn cũng có thể xem tại: jQuery.getJSON & jQuery.parseJSON