Dragen Posted April 16, 2007 Share Posted April 16, 2007 Hi, I've currently got a javascript code which preloads all of my site images on one page, then re-directs to the homepage.. is it possible to do this with php? I presume not as it is serverside, not clientside.. Link to comment https://forums.phpfreaks.com/topic/47313-solved-is-it-possible-to-preload-images-with-php/ Share on other sites More sharing options...
Barand Posted April 16, 2007 Share Posted April 16, 2007 You can use php to write the js code which will preload the images, but as you said, you can't do it directly as it's on the server. Link to comment https://forums.phpfreaks.com/topic/47313-solved-is-it-possible-to-preload-images-with-php/#findComment-230831 Share on other sites More sharing options...
Dragen Posted April 16, 2007 Author Share Posted April 16, 2007 ok. thanks! Link to comment https://forums.phpfreaks.com/topic/47313-solved-is-it-possible-to-preload-images-with-php/#findComment-230835 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.