ryanfilard Posted June 9, 2011 Share Posted June 9, 2011 How would I make a script to Create Temporary TXT file on load Quote 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() Quote 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 Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.