rushindo Posted November 18, 2006 Share Posted November 18, 2006 Hi, does anyone know how to create a form where you fill out the form, click submit, and it updates a php file on my server?I know there is probably a php tutorial or script for this, just don't know what to look for.Thanks a lot! Link to comment https://forums.phpfreaks.com/topic/27702-how-do-i-update-php-files-on-my-server-using-a-form/ Share on other sites More sharing options...
roopurt18 Posted November 18, 2006 Share Posted November 18, 2006 You want the form to open a PHP file on your server, change the contents, and then save it?Why? Link to comment https://forums.phpfreaks.com/topic/27702-how-do-i-update-php-files-on-my-server-using-a-form/#findComment-126728 Share on other sites More sharing options...
rushindo Posted November 18, 2006 Author Share Posted November 18, 2006 That is correct. I want to allow others to edit certain files on my server using a form. Link to comment https://forums.phpfreaks.com/topic/27702-how-do-i-update-php-files-on-my-server-using-a-form/#findComment-126783 Share on other sites More sharing options...
fert Posted November 18, 2006 Share Posted November 18, 2006 just read the file put the contents in a textbox and then when they're done just rewrite the contents to the file. Link to comment https://forums.phpfreaks.com/topic/27702-how-do-i-update-php-files-on-my-server-using-a-form/#findComment-126784 Share on other sites More sharing options...
rushindo Posted November 18, 2006 Author Share Posted November 18, 2006 I need to do this automatically. There will be a lot of people constantly updating certain files using the form. Link to comment https://forums.phpfreaks.com/topic/27702-how-do-i-update-php-files-on-my-server-using-a-form/#findComment-126810 Share on other sites More sharing options...
fert Posted November 18, 2006 Share Posted November 18, 2006 if you need to do this automatically you're going to need to use a cron Link to comment https://forums.phpfreaks.com/topic/27702-how-do-i-update-php-files-on-my-server-using-a-form/#findComment-126815 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.