Re: phpinfo()



Does anyone know how I can fix it so that the php.ini file comes up as
being in the D:\php folder not C:\Windows?

Remove php.ini from windows folder Then add d:\php in the path variable Create this registry enter: [HKEY_LOCAL_MACHINE\SOFTWARE\PHP] "IniFilePath"="D:\\PHP"

It should work in this mode ;)
.