score:0

Accepted answer

the problem is solved. the online server was a free server which is embedding a javascript enclosed by html tags at the end of each page. that was creating problem calling the expected correct json string.

score:1

doesn't the url need to be a string?

d3.json("d3/section1/section1.php", function(data) {...

Related Query

More Query from same tag