Re: DEFINE and GLOBAL variables in PHP By default PHP defines a few variables called Superglobals which are automatically global, and can be accessed anywhere, like the $_GET or $_REQUEST variables. These are mainly used to retrieve form data or other outside data, and there's no real harm in using these variables, since they should never be written to anyway.
__________________ With,
J. Jeyaseelan Everything Possible |