Let's say I want to create a style.css call file in a folder /css/.
Example: When I click the "Save" button, the script will create style.csswith content
body {background:#fff;}
a {color:#333; text-decoration:none; }
If the server cannot write the file, I want to show an error message Please chmod 777 to /css/ folder
Tell me
source
share