Forum Moderators: coopster
I am having a problem with mkdir - here is my code:
$modelno = "M15";
$dirpath = "/www/p/a/mysite.com/htdocs/models/modelno/";
mkdir("$dirpath", 0700);
It seems to work fine and create the directory and I can load photos into it - but when I try to access the photos in HTML they don't show up (even though it says in the properties that it is pointing to the right spot).
When I go into FTP all looks well. When I run a parallel test and create my directory in FTP it works fine. Any ideas?
Thanks, Pat
Habtom