How do I create file on server?

前端 未结 5 1050
情深已故
情深已故 2021-01-03 11:22

Let say I want create file call style.css in /css/ folder.

Example : When I click Save button script will create style.css with content

5条回答
  •  悲哀的现实
    2021-01-03 11:41

    You can use the is_writable function to check whether the file is writable or not.

    For example:

    
    

提交回复
热议问题