There is something wrong with the way I print MySQL and javascript is not executing it. Here is an example.
square[1] = "asdfasdfadsf";
When I type " asdfasdfadsf" from my MySQL database, javascript is not working. However, if I just type "asdfasdfadsf" in static HTML, it runs fine. I tried as many PHP functions and chart transformations as possible. Please, help!
source
share