|
That looks like it was written by a lazy coder. Even though superglobal vars can be overwritten and changed, its always better to treat them as static vars. Also the $_REQUEST SG var a mixed array of user input (get, post and cookie) and therfore should never change in theory during the course of execution of the script.
__________________
<mgraphic /> - I don't have a solution but I admire the problem.
|