Hi im usssing ajax to get array of data of the bd:
$.post
(
"lib/php/load_food.php",
{f:Base64.encode("primeros")},
function(data)
{
firsts = data;
},
"json"
);
But in the array firsts, the strings who have a character with acent appear that "null".
I was looking for info or help but dont find any clue of what to do.
Thanks