Jump to content

hiding broken links


Tgshaftoe

Recommended Posts

Hi all

 

I am making a web site which will hold a basic blog I have made. I am using MySQL. each blog entry has the option of adding an image. The image name is stored in the database and the image on the surver.

 

I am able to show the image on the web page along with the text no problem. the problem comes from when there is no image of that blod a broken image link is shown instead.

 

Is there anyway I can set it up that is there is no record for the image that there website shows a default image instead?

 

I have included the link of code I am having problems with and the image name I want to be the default one is called, blank.jpg.

 

 

<img src="../admin/files/th<?php echo $row_blog['BlogPhoto'];?>" width="75" height="75" border="0" class="fltlft" ?>

 

 

Thanks for any help that can be given.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.