jaxdevil Posted August 3, 2008 Share Posted August 3, 2008 I have language files I want to be editable by the user. So I have a form that will pull all the DEFINE entries as form fields, which they can then edit how they want, then when the form is posted I want it to put those variables (each lines new value) into a spot on a new language file and write it to the server, overwriting the old one. How do you do this? Link to comment https://forums.phpfreaks.com/topic/117979-how-to-use-php-to-write-a-new-document-on-the-server/ Share on other sites More sharing options...
unkwntech Posted August 3, 2008 Share Posted August 3, 2008 check out http://php.net/fopen http://php.net/fread http://php.net/fwrite Link to comment https://forums.phpfreaks.com/topic/117979-how-to-use-php-to-write-a-new-document-on-the-server/#findComment-606959 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.