I've been using PHP for too long, but in some places I'm new to JavaScript integration.
I am trying to find the fastest way to transfer database information to a page where it can be modified and dynamically displayed in JavaScript.
I am currently looking for loading JSON using PHP echo instructions because it is fast and efficient, but I saw that I could use the PHP JSON library (PHP 5.2).
Has anyone tried the new JSON library and is it better than my earlier method?
source
share