Hey guys. Me here to bother you with more of my n00b questions.
Here's the deal. I'd like to create a system in which you can edit pages completely FTP free using PHP. I want a user to click on a link to a page that I have listed and be able to edit it through a browser.
Is that possible using PHP? Thanks for your help!
Opening a page and editing using PHP only...
Moderator: General Moderators
- sam
- Forum Contributor
- Posts: 217
- Joined: Thu Apr 18, 2002 11:11 pm
- Location: Northern California
- Contact:
Yes it is very possable. Look into the following functions:
http://www.php.net/manual/en/function.fgets.php
http://www.php.net/manual/en/function.fopen.php
http://www.php.net/manual/en/function.fputs.php
Cheers Sam
http://www.php.net/manual/en/function.fgets.php
http://www.php.net/manual/en/function.fopen.php
http://www.php.net/manual/en/function.fputs.php
Cheers Sam