Welcome Guest, Not a member yet? Register   Sign In
@mkdir
#11

[eluser]zen333[/eluser]
Hi Wizard,

Yes. I create that folder by myself since mkdir doesnt work for me and the code works but when I copied those files to another folder of CI development, it doesnt. Could it be any config problem?


Regards,
Zen
#12

[eluser]Yorick Peterse[/eluser]
The only thing I can think of is that you do not have the correct permissions or that the directory path is wrong.
#13

[eluser]zen333[/eluser]
Hi Yorich,

Thanks so much for your reply. Could you teach me a best way to find ? lets say for example, if i do a reverse engineering, first i saved a file text.txt in a pre-created folder say "uploads" then I do the following;

<?php
echo realpath("test.txt");
?>

Which gives the ans, let say ---- C:\Inetpub\uploads\test.txt, So does it mean that if I want to create folder "upload" using php then I should coded mkdir("Inetpub/uploads/") instead? How do I check my permission? Sorry to ask basic questions but I am quite new to all these. Thanks!




Theme © iAndrew 2016 - Forum software by © MyBB