From: Mike N. <mh...@us...> - 2002-01-13 22:35:30
|
At 2002-01-13 15:02 -0600, Geoff Staples wrote: >What does that do for webmasters that don't have root access to their >server so that they can turn register_globals on? > >This could seriously affect many of the websites currently using phpWebsite. > >Geoff > >P. S. Wasn't there something about .htaccess. GS Geoff, Yes. Try this adding this to .htaccess # php.ini configuration <IFModule mod_php4.c> php_value register_globals "on" </IFModule> I think I got the syntax right. I hope this helps. -- Mike Noyes <mh...@us...> http://leaf.sourceforge.net/ |