Jump to content

Make a pic from a directory clickable to a url from my database


hotmert

Recommended Posts

images are uploaded to a directory and the sql database contains the filename. I added 'url' field and am trying to link the two

 

I have used on of the posts to help me adapt some script however I'm not sure I have the syntax right.  The image in DW live view looks ok and I get the link finger ok but when previewed in browser the image is not shown at all or any link.

 

Any ideas

 

<? echo !empty($row['pic']) ?  "<a href=\"{$row['url']}\" <img src=\"js/images/{$row['pic']}\">" : ''; ?>

 

it echos out to a table

 

Mike

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.