essayez ceci :
$q = mysql_query( $sql ) or die(mysql_error());
$res = json_encode(mysql_fetch_assoc($q));
echo $res;
vous pouvez également consulter :jQuery.getJSON &jQuery.parseJSON
essayez ceci :
$q = mysql_query( $sql ) or die(mysql_error());
$res = json_encode(mysql_fetch_assoc($q));
echo $res;
vous pouvez également consulter :jQuery.getJSON &jQuery.parseJSON