JPSPAN provides tools to connect PHP and Javascript, for the purpose of fetching data from PHP into a web page which has already loaded, without reloading the entire page. This is one of those tips that a reader of Digital Media Minute sent to me as he had found it helpful on the job. I’d like to take this opportunity to encourage any readers of this site to send me tips or tech tricks that they have encountered that might make the professional life of their peers all over the world a little bit easier. I’m happy to credit you with a citation and a back link.
Connect a Javascript Client with Server-Side PHP
Previous post: PHP Security Guide
Next post: GMail Invites


{ 1 comment… read it below or add one }
This would have been nice to have had yesterday, when I sat down, dug deep into the bowels of the ‘net for guidance, and wrote my own functions for using XMLHTTPRequest to make a series of SELECT menus dynamically update…