$folder
ใช้คำสั่ง mkdir("img/$folder",0777);
ครับ ตอนรัน ในเครื่องสามารถสร้างได้ปกติ
แต่พออัพขึ้นโฮส กลับแจ้งว่า
Warning: mkdir() [function.mkdir]: No such file or directory in
/home/___/domains/___.net/public_html/file_edit.php
ซึ่งไม่สามารถสร้าง Folder ได้ครับ ขอบคำปรึกษาหน่อยครับ
แล้วก็ ผมได้ลอง
chmod("/img",0777);
ก็ยังมีการแจ้งเตือนว่า
Warning: chmod() [function.chmod]: No such file or directory in
/home/___/domains/___.net/public_html/file_edit.php
สรุป ผมต้องกำหนด Perrmision ยังไงครับ
แล้วก็ กำหนด พาธแบบไหน ถึงจะเข้าถึง ใน Server ที่เป็น Linux ครับ
ทางโฮสกำหนดค่า permission ตามนี้ครับ
Files
600 Makes a file inaccessible
644 Readable by everyone (e.g. HTML documents)
666 File can be read and modified (e.g. for HTML files modified by scripts)
755 File can be read and executed by everyone (e.g. for scripts)
777 Writable and executable by everyone (not recommended)
Directories
711 Files in directory can be read by everyone, but not directory contents
755 Files and contents of directory can be seen by everyone
777 Allows full read/write/delete access to a directory (not recommended)