How to delete a INI file?
#1

As te title says,
I've ******d that, and I found this function fremove()
I have no idea how to use it,
please guide me into making this right,
or if you know any other ideas about resetting INI data just tell me please

regards, Oussama
Reply
#2

Give us an example name of your ini files

PHP код:
//For example if you have an test.ini file in your scriptfiles:
fremove("test.ini"); //Delete this file in your scriptfiles
//If its in an folder:
fremove("Accounts/test.ini"); //Deletes this file in the folder 
Reply
#3

Quote:
Originally Posted by Kaliber
Посмотреть сообщение
Give us an example name of your ini files

PHP код:
//For example if you have an test.ini file in your scriptfiles:
fremove("test.ini"); //Delete this file in your scriptfiles
//If its in an folder:
fremove("Accounts/test.ini"); //Deletes this file in the folder 
problem solved,
I just had to reset all data line by line,
but thanks anyway
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)