I seem to have a problem with photos not appearing on my website when some part of Norton
Anti Virus is running. Everything is fine on my computer and I have Norton installed and
there's no problem. But other people tell me when they disable Norton, only then they can
view photos. Normal images like icons etc from my images folder show ok. Its seems only
photos from my database dont show. These are stored in a separate folder called adimages.
Below is the php code and then the html output.
My pages are broken up into 'include' files if that makes any difference.
Please can someone can make sense from this as I am baffled!
Code: Select all
<a href="e;doshowprops.php?full=yes&adno=<?php echo $rowїx_rec]?>"e;><img src="e;adimages/<?php
echo $rowїx_image];?>"e; width="e;130"e; height="e;80"e; border="e;0"e; align="e;absmiddle"e; alt="e;Featured
Property"e;></a>Code: Select all
<a href="e;doshowprops.php?full=yes&adno=144"e;><img src="e;adimages/front_rf9187.jpg"e; width="e;130"e;
height="e;80"e; border="e;0"e; align="e;absmiddle"e; alt="e;Featured Property"e;></a>Thanks
Sean