Modestmouse Posted October 29, 2006 Share Posted October 29, 2006 Hey guysOn a site im designing I am trying to make a system where the client can type in data then click submit and the typed in data is saved to a text document which is put onto the site using "include();" anyone know how I would go about doing that? Link to comment https://forums.phpfreaks.com/topic/25446-new-to-php-trying-to-make-form-to-text-document-script/ Share on other sites More sharing options...
pendelton Posted October 29, 2006 Share Posted October 29, 2006 You will need to use fopen and fwrite - see the PHP manual. The folder that you want the files to be creating in will need to be writeable. This may be a security risk as it will allow anyone to write anything to this folder. Link to comment https://forums.phpfreaks.com/topic/25446-new-to-php-trying-to-make-form-to-text-document-script/#findComment-116124 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.