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