No pictures with Norton

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
sweenyman
Forum Commoner
Posts: 29
Joined: Fri Feb 04, 2005 11:28 am
Location: Ireland

No pictures with Norton

Post by sweenyman »

Hi
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=&quote;doshowprops.php?full=yes&adno=<?php echo $row&#1111;x_rec]?>&quote;><img src=&quote;adimages/<?php 

echo $row&#1111;x_image];?>&quote; width=&quote;130&quote; height=&quote;80&quote; border=&quote;0&quote; align=&quote;absmiddle&quote; alt=&quote;Featured 

Property&quote;></a>

Code: Select all

<a href=&quote;doshowprops.php?full=yes&adno=144&quote;><img src=&quote;adimages/front_rf9187.jpg&quote; width=&quote;130&quote; 

height=&quote;80&quote; border=&quote;0&quote; align=&quote;absmiddle&quote; alt=&quote;Featured Property&quote;></a>



Thanks
Sean
User avatar
Skara
Forum Regular
Posts: 703
Joined: Sat Mar 12, 2005 7:13 pm
Location: US

Post by Skara »

The code won't make any difference. The browser and norton only see the end html. I don't use Norton because I can't stand it, so I have no idea. But have you tried renaming "adimages/" to something else? Maybe Norton just figures it's spam. *shrugs*
sweenyman
Forum Commoner
Posts: 29
Joined: Fri Feb 04, 2005 11:28 am
Location: Ireland

Norton No Pictures

Post by sweenyman »

Skara wrote:The code won't make any difference. The browser and norton only see the end html. I don't use Norton because I can't stand it, so I have no idea. But have you tried renaming "adimages/" to something else? Maybe Norton just figures it's spam. *shrugs*
Well I thought about that and thought "surely not" but now you've mentioned it, its definitely worth a try.
Thanks for your help. I'll let you know.
Sean
sweenyman
Forum Commoner
Posts: 29
Joined: Fri Feb 04, 2005 11:28 am
Location: Ireland

Re: Norton No Pictures

Post by sweenyman »

sweenyman wrote:
Skara wrote:The code won't make any difference. The browser and norton only see the end html. I don't use Norton because I can't stand it, so I have no idea. But have you tried renaming "adimages/" to something else? Maybe Norton just figures it's spam. *shrugs*
Well I thought about that and thought "surely not" but now you've mentioned it, its definitely worth a try.
Thanks for your help. I'll let you know.
Sean
Yip that was the problem Norton didn't like the adimages folder. You know....I'm gone right off Norton
Thanks for your help
Regards
Sean
Post Reply