in reply to Re: Multiple CGI parameters
in thread Multiple CGI parameters
Disabling strict in this way is a very bad idea. PHP used to do this, but after several years of PHP applications being broken into by malicious users automatically overwriting global variables by passing in carefully-crafted parameters, even PHP disabled this feature.
You should not recommend that anyone do this.
|
|---|