Hi, I try to do a copy() from a form but when I try it on my server it says:
open_basedir restriction in effect. File is in wrong directory in {url} on line 51
I have the following code at 51:
if (!@copy($image, "../ima400/$filename")){
$title = "Error..";
$content = "An error has occured while copying the image,<br> please try again.</p>";
include ('blank_table.php');
exit;
}
$image comes from a form and the directory ../ima400 is set to 777
Please mail me if you know how to solve this. Thanks....
Rik