Hi guys,
for some database needs I can have this situation:
let's say I have 10 articles and for each article i have an image associated.
the src of images looks like this:
site/myArticle/image.jpg
site/myArticle1/image.jpg
etc..
Now it can happen for some articles there aren't any images associated, but there will be anyway a link to it like other articles but that shows the same images (a no-pc image)
So at some points i can have different src that shows the same images (a no-pic image)
like this:
site/myArticleWithoutImage1/image.jpg
site/myArticleWithoutImage2/image.jpg
site/myArticleWithoutImage3/image.jpg
etc.
Do you know if this can hurt ?
Thanks