Archives for: June 2010
How to dynamically load javascript files using JQuery?

Want to load a javascript file asynchronously using JQuery? Here is how to do it.

By Gurudev with 0 comments
How to prevent browser caching of javascript files or images using PHP?

PHP script snippet to prevent caching of javascript files or images or any other files of your website by the browser.

By Gurudev with 1 comment
How to add CDATA text section to an XML Node element in PHP

How to add a CDATA section to an XML node in PHP?

By Gurudev with 0 comments
How to display / echo error messages in PHP to debug scripts?

How to debug php scripts and echo error messages to the browser?

By Gurudev with 0 comments