Jump to content

caldridge1

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

caldridge1's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi all, This is probably very simple to do, but I haven't got a clue how to do it. I have a MySQL database that stores information for car classified ads. One of the fields in the database is image, which stores the path of the image for the ad - something simple like "/classpics/1.jpg". Now, not all of the ads have images, but because of my somewhat amateur coding, the path to where the image should be is always inserted into the database, even if no image has been uploaded. So, what I need is a simple piece of code that will see if the image in the database actually exists, and if it doesn't, it displays another image that says "no image to display". I am using HTML script to display the image. ie: if !<img src=classpics/1.jpg> <img src=classpics/nopic.jpg> Basically, if the link to the original image is broken, display the nopic.jpg image instead. Any ideas? Thanks
×
×
  • 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.