RE: [PHP] apps that need register globals 'on' and others require 'off' on same server

2002-04-30 Thread SHEETS,JASON (Non-HP-Boise,ex1)
Chapter 3 in the PHP manual covers setting PHP configuration directives via the .htaccess file. I use this to enable register globals where needed so that I can keep it off for the scripts that do not depend on them. Jason -Original Message- From: Jeff Bearer [mailto:[EMAIL PROTECTED]]

Re: [PHP] apps that need register globals 'on' and others require 'off' on same server

2002-04-30 Thread CC Zona
In article [EMAIL PROTECTED], [EMAIL PROTECTED] (Jason Sheets) wrote: From: Jeff Bearer [mailto:[EMAIL PROTECTED]] Is there a way to turn register globals on or off in the script at runtime? Chapter 3 in the PHP manual covers setting PHP configuration directives via the .htaccess