By gertvangorp on
Hi,
I started playing with drupal 6. Now before I go in preoduction I want to clear my complete website and start over.
I am unable to remove the files settings.php and the folder "../sites/files)
Security Settings are 777 on the file.
I work on the hosting site one.com.
Greetings
Gert
Comments
You can try unlink(). That
You can try unlink(). That should work. See: http://www.php.net/unlink
--
Erik