Re: [PHP] Re: How do I Install PHP on Apache 2, on win32

2002-05-03 Thread Miguel Cruz
On Fri, 3 May 2002, Herbert Mraz wrote: > Vincent, > as register_globals is off, I use > echo $SERVER['PHP_SELF']; > which works fine... Does it work as well as echo $_SERVER['PHP_SELF'] (with that underscore)? miguel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

Re: [PHP] Re: How do I Install PHP on Apache 2, on win32

2002-05-03 Thread Herbert Mraz
ROTECTED]> Sent: Friday, May 03, 2002 1:22 AM Subject: Re: [PHP] Re: How do I Install PHP on Apache 2, on win32 > Dude. > Are you able to echo $PHP_SELF; with your installation and apache server ? > > I'm having endless trouble with this. -- PHP General Mailing List (htt

Re: [PHP] Re: How do I Install PHP on Apache 2, on win32

2002-05-02 Thread Herbert Mraz
No problem here (Apache 2 / PHP 4.2.0 / win2k): Following went to httpd.conf: LoadModule php4_module c:/PHP/experimental/apache2filter.dll AddType application/x-httpd-php .php Dropped the 'AddModule' - line, seems not to be needed anymore! BTW, for those who read my postings about