So is sticking the entire, unedited original msgs in the reply, but it's still a PITA.
Mark -----Original Message----- From: Chris Hewitt [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 04, 2004 2:32 PM To: mohammed shafiulla Cc: PHP Install List Subject: Re: [PHP-INSTALL] problem in settings Putting a reply at the bottom is normal on a mailing list, please see my reply below. On Wed, 2004-08-04 at 07:07, mohammed shafiulla wrote: > Hi chris, > > Ya I restarted the webserver (Apache) ...But Still its > not showing... > > Samething happened to friend also ....what's the > problem I am unable to get.... > > Myset is : > > PHP 4.3.8 > Apache 1.3.31. > > Server software - - Apache/1.3.31 (Win32) PHP/4.3.8 > > > Reply . > > with regards > shafi > > > > --- Chris Hewitt <[EMAIL PROTECTED]> > wrote: > > > On Mon, 2004-08-02 at 14:37, mohammed shafiulla > > wrote: > > > Hello sir, > > > > > > I have set register_globals = On in php.ini > > > configuration file. > > > > > > I saw in web browser with following code > > > > > > <? > > > phpinfo(); > > > ?> > > > > > > If i see there means > > > > > > register_globals = Off > > > > > > But I am unable to get it ....... > > > > > > plese help me. > > > > > > with regards > > > shafi > > > > Shafi, > > > > Have you restarted the webserver? It will not pick > > up changed values > > until you do. > > > > Hope this helps. > > > > Chris Shafi, I think I may not be understanding the problem you have. If you are looking at a phpinfo() file by using your browser and doing e.g. http://localhost/phpinfo.php (if phpinfo.php is the name you have given your file and you have put it into the DocumentRoot directory) and you see in your browser: <?php phpinfo(); ?> Then this has nothing to do with register_globals. It is that Apache is not sending the file to PHP for processing. What have you called your file. By default, only files ending in .php will be sent to PHP for processing. It could be that you have not added the necessary lines into httpd.conf. I use PHP under GNU/Linux so the path to the library under MS Windows will be different, but I have: LoadModule php4_module modules/libphp4.so Also: AddType application/x-httpd-php .php Maybe you are missing one of these? HTH Chris PS May we keep this on the php-install list too, please.