Hi, Ive got a freehosting site at qupis.com, and ive made a php site on my computer (running apache with php -installed using xampp) in this site the user has the option to create directories and files it was working fine on my local computer, but now that ive put it online on qupis, the mkdir() funciton doesnt work, i.e. it doesnt create a directory. this is the actual code :
$folderpath = "../../content/"."$_POST[section_name]";mkdir($folderpath);do u need to have some parameters with mkdir? or is it switched off in phpinfo(), so that u cant make a directory directly from the server? any help on this would be greatly appreciated!!