like say I made a form and which it saves the info into a .txt (how do I clear that form without like editing it? is there any like script to erase it?)
thanks + rep for anyone who helps

like say I made a form and which it saves the info into a .txt (how do I clear that form without like editing it? is there any like script to erase it?)
thanks + rep for anyone who helps
Delete everything from the text file?
PHP Code:fclose(fopen('file.txt', 'w'));
kinda quit.
Want to hide these adverts? Register an account for free!