View Single Post
  #2 (permalink)  
Old 2005-08-05, 12:52 AM
strasm strasm is offline
Senior Member
 
Join Date: Dec 2004
Posts: 203
strasm is an unknown quantity at this point
Default

you have to change your path:

Code:
$item_image = "/path/to/image/". mysql_result($get_item_res,0,'item_image');
Reply With Quote