View Single Post
Old 08-11-2003, 09:07 PM   #6 (permalink)
npa
Code Monkey
 
Join Date: Jul 2003
Location: canada
Posts: 82
npa is on a distinguished road
try it again including the path in the variable:
Code:
$name = "hello world.jpg";
$path = "/root/";
$real = "\"" . $path . $name . "\""
__________________
direct entry file specification.
npa is offline   Reply With Quote