I was talking to my host who said they are "working on it" but in the mean time i should use PHP to get the job done. Well it's been a few weeks since he said he was working on it so i guess it's not happening any time soon.500 'SITE CHMOD 666 db.txt': command not understood
I was reading on PHP.net about the CHMOD function which i tried, the chmod.php file i made didn't show up any errors (blank white page) but the files do not seem to have the correcrt CHMOD value. Basicaly how can i ensure that the files are actually being CHMODed. Also is the following code the "right" code for the job?
Code: Select all
<?php
chmod("tagbox/db.txt", 0666);
chmod("tagbox/online.txt", 0666);
?>I'm a newbie when it comes to PHP so if you could break it down into simple terms that would be great