i am new to php.
I am wondering how can i edit a ftp file using php script.
For example: i have "style.css" file in my ftp and i want a PHP to produce a page containing HTML text area and inside it is loaded with "style.css" content(CSS). And there's a SAVE button , when the SAVE button is clicked , php will process it and update the "style.css" to the user's edit.
I am looking around the web for tutorials on this but i'm not in good luck.
I am just hoping someone can guide me or provide me a link to tutorials on this.
Thanks and have a wonderful day.