Hi

Can you preload images (like you can in javascript) using php? If you can, can someone point me in the right direction or give me an example of the sort of code you need?

    I see what that does - loads whatever is in the buffer and leaves it there until you flush it. I'm want the php to preload the images so that onmouseover there is no delay for the mouse over image to load.

      So after you echo the img tag, flush the buffer. That's about the best you can do with PHP

        Write a Reply...