Forum Moderators: coopster

Message Too Old, No Replies

Php and images

pre-loading images using php

         

copongcopong

11:02 pm on Oct 14, 2002 (gmt 0)

10+ Year Member



Is it possible to preload images or text using php?

just curious. :)

andreasfriedrich

11:19 pm on Oct 14, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



PHP is a server side technology. You can serve images or text using PHP. But it is up to some UA to request resources. So preloading is not possible since PHP sits on the wrong side of the network connection.

Andreas