View Full Version : Php Problem!!!!!
maddude
January 1st, 2005, 19:37
I Am Trying To Make A Hosting Cpanel And Have Worked Out, How To Let People Modify Thier Files. But How Do I Allow Them To Delete Files With Php And Create Them :-)
Goukhan
January 1st, 2005, 22:32
thats gonna be a hard one to do with only PHP, u may need MYSQL or something too
kabatak
January 2nd, 2005, 04:30
you can use the unlink(); function to delete files
and fopen(); to create files
RangerOfFire
January 3rd, 2005, 11:08
thats gonna be a hard one to do with only PHP, u may need MYSQL or something too
Why would you need mySQL??? All you need to do is get the file list, file info (optional) and then output it.
Powered by vBulletin® Version 4.1.7 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.