Pages: 1 2
how do you create global variables that can be used in php?
Offline
WindowsExplorer wrote:how do you create global variables that can be used in php?
Do you mean predefined variables, because if so, I don't think you can.If you mean actual global variables, then you create them like so:
var = 1;