On יום רביעי, 30 ביולי 2003, 18:28, Tal Achituv wrote: > Hi all! > > 2) the 2nd problem is that my PHP script does not recognize parameters, > like test.php?active=true&bad=good > the parameters $active & $bad are both empty!!!! (WHY?!? OH WHY!!!!??) It's not apache's fault. Starting from version 4.3(or was it 4.2?), PHP does no longer register GPC(Get/Post/Cookies) in the global namespace by default, unless explictly instructed
It is considered a bad practice for quite a time, both from code maintaince and security prospectives. I think you should refer to the PHP manual to read more about this issue. Idan. ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]