ryanfilard Posted June 9, 2011 Share Posted June 9, 2011 How would I make a script to Create Temporary TXT file on load Link to comment https://forums.phpfreaks.com/topic/238911-create-temporary-txt-file-on-load/ Share on other sites More sharing options...
fugix Posted June 9, 2011 Share Posted June 9, 2011 since your question is vague and basic. i will simply point you in the direction of how to create a file using file_put_contents() and delete a file using unlink() Link to comment https://forums.phpfreaks.com/topic/238911-create-temporary-txt-file-on-load/#findComment-1227647 Share on other sites More sharing options...
ryanfilard Posted June 9, 2011 Author Share Posted June 9, 2011 Thankyou Link to comment https://forums.phpfreaks.com/topic/238911-create-temporary-txt-file-on-load/#findComment-1227648 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.