unknownproto Posted April 15, 2006 Share Posted April 15, 2006 I need help creating a single line form, that will add the text into a txt file, when submit is pressed. Quote Link to comment https://forums.phpfreaks.com/topic/7503-solved-add-text-to-a-txt/ Share on other sites More sharing options...
wildteen88 Posted April 15, 2006 Share Posted April 15, 2006 If have a look at [a href=\"http://www.php.net/manual/en/function.fopen.php\" target=\"_blank\"]fopen[/a] and [a href=\"http://php.net/manual/en/function.fwrite.php\" target=\"_blank\"]fwrite[/a] you should be able to see how to do it. If not I'll post an example. Quote Link to comment https://forums.phpfreaks.com/topic/7503-solved-add-text-to-a-txt/#findComment-27334 Share on other sites More sharing options...
unknownproto Posted April 16, 2006 Author Share Posted April 16, 2006 I got it thanks... Quote Link to comment https://forums.phpfreaks.com/topic/7503-solved-add-text-to-a-txt/#findComment-27376 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.