|
Hi
Can someone give me an example on how to implement Ajax into a PHP-website to speed up loading on basic graphics that otherwise will be loaded again and again.
I include different files with functions into my index.php file but whatever people click on the graphics on the website is pretty much the same.
My website has a graphic background, a logo, and all content is framed in a graphic frame, wich is built by several small images.
Soe... could someone please give me an example on how to use AJAX in a site written in PHP, where graphic files are place in a directory e.g. /websitefiles/graphics
|