Hi! When I run this PHP my file idb.xml returns empty but how do I do if I then whant to remove the file idb.xml. I just doesn´t want it empty, I want it to disappeare.? <? $fp = fopen("idb.xml", "w"); fclose ($fp); ?> Thanks for help. Jan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
- Re: [PHP] How to completly remove a file? Jan Grafström
- Re: [PHP] How to completly remove a file? Ankur Verma