Can one .PHP file edit another?

前端 未结 8 1926
无人共我
无人共我 2021-02-03 16:12

So I have a file for constants. I want to let user define them and then edit my .php filr with that global constants (not xml - real PHP file )

With such code for exampl

8条回答
  •  情深已故
    2021-02-03 16:24

    it is possible... But you will need basic PHP skills.

    Use fopen or file_put_contents. Easiest way is to write whole PHP file from scratch...

提交回复
热议问题