Hi, Does anyone know what would cause the following? http://haserve.com The thumbnails will randomly fail to load in IE7 and FireFox. Yet in Opera they work 100% of the time. It's quite a mystery and has kept me puzzled for some time...lol Thanks.
What is the code you are using for this? Is this pure php finder pictures? Where are these pictures saved into the db or in a folder and links are in the db?
Hi, The files are stored in a folder and linked to in the database. The code in question (I think) is: $GLOBALS['thumbnail'] = stripslashes($data_item['thumbnail']); $site_url_self = $GLOBALS['site_url_self']; $md_thumb = $GLOBALS['md_thumb_self'] = md5($id); $GLOBALS['link_thumbnail'] = $site_url_self."/index.php?mod=thumbnail&open=".$md_thumb; PHP: