There are a bunch of tutorials on jQuery AJAX
here<http://docs.jquery.com/Tutorials>(including one combining AJAX and
CakePHP, which might be useful if you are
planning on working with Cake).
For the character encoding, there could be a few things happening here: 1)
the browser isn't in UTF8 mode, 2) the server isn't sending data in UTF8,
or 3) MySQL isn't fetching data as UTF8. Double check your browser's
character encoding settings just to make sure. If that doesn't fix the
problem, add this line to your PHP data source, right before you echo the
data:
header("Content-type: application/json; charset=utf-8");
If that doesn't fix the problem, then you'll have to check the database
output to make sure it's in the right character set.
On Tuesday, January 22, 2013 6:25:17 AM UTC-5, Chrystopher Medina wrote:
>
>
> my friend and could u help me with something else. u know i have to use
> "Ñ" and "á" u know in my database i have utf8 and if i see in my database i
> have someting like this "los baños estan bien" but when i show that in my
> interface i can see this "los baÑos estan bien" u know whats going on
> here.
>
--
You received this message because you are subscribed to the Google Groups
"Google Visualization API" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-visualization-api/-/tZ50331vy2EJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-visualization-api?hl=en.