Archive for the ‘Javascript’ Category

external, dynamic, PHP-generated javascript

Friday, September 5th, 2008

I was recently working on a project which required me to insert external, dynamically generated, HTML code into a HTML page. The dynamic HTML code was being generated with PHP, as it was extracting data from a MySQL database for display. So people would be able to paste some static code into their page and this code would reference an external file on a remote server which would return content.

(more…)