View Single Post
  #1 (permalink)  
Old 2005-08-04, 11:23 PM
jvandal jvandal is offline
Junior Member
 
Join Date: Aug 2005
Posts: 3
jvandal
Default

I have picure in a separate folder from my program.
I am using this statemant that works if the picture is in the same folder as the program. This is the statement
$item_image = mysql_result($get_item_res,0,'item_image');

I don't know how to change the directory in the statement. I have changed the php.ini file to reflect other folders, but it doesn't affect this statement.
Any help would be appreciated.
Reply With Quote