Is it possible to preload images or text using php?
just curious. :)
andreasfriedrich
11:19 pm on Oct 14, 2002 (gmt 0)
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.