mkdir("/uploads/".$_POST['username'].) or die ("Failed");
I keep getting; Parse error: syntax error, unexpected ')'
I always forget how to include variables into file paths...
Warning: mkdir() [function.mkdir]: No such file or directory in <File Location>
This is what I get after removing the . at the end as was said by Colanth.
I keep getting; Parse error: syntax error, unexpected ')'
I always forget how to include variables into file paths...
Warning: mkdir() [function.mkdir]: No such file or directory in <File Location>
This is what I get after removing the . at the end as was said by Colanth.