Solutions
-
sergRamalli's post in Folder create was marked as the answer$result = mkdir($dirPath, 0755, true); !!! Well that was simple.... it needs the third parameter
$result = mkdir($dirPath, 0755, true); And i set it to true and it worked
-
-
sergRamalli's post in php and www was marked as the answerWell i i tried with the http:// and the (../) format
i also tried a java-script redirect, same problem.
I know its not a
header ()
issue either way
So i organised my files deleted everything in that folders directory from the server and upload the files again and it started working!!
im so baffled