Hi Guys:
I'm just starting out on PHP and I've installed it on my Windows 2003 Server box with IIS 6.
Everything ran smoothly until I wanted to change some php.ini variables. I've changed them (such as register_globals to ON) and saved it. Then, restarted IIS in order to changes make effects, but, they don't!!!!!
How can I make those changes? Looks like PHP is not reading the php.ini file, because I've even changed their name and PHP stats anyway.
I've looked for other php.ini files on other locations, but there aren't.
Please!! Help me!!!!
Thanks in advance!!!
php.ini on IIS!
Moderator: General Moderators
make a new php page and put
save it in your www folder and run it, on the top of the page it will tell you where its reading the php.ini from
.
Code: Select all
<?php
phpinfo();
?>