Reading and writing global variables across scripts in PHP

前端 未结 9 1879
悲&欢浪女
悲&欢浪女 2020-12-11 21:56

Does PHP have global variables that can be modified by one running script and read by another?

9条回答
  •  抹茶落季
    2020-12-11 22:26

    Another common substitution for global variables in PHP is the shared use of a database like MySQL (albeit not a perfect one)

提交回复
热议问题