On 06 June 2004 22:43, Dennis Gearon wrote: > CC me please. > > Does anyone know if ini_get returns the values BEFORE or AFTER the > .htaccess modifies them? i.e., does it return the server or > local version?
It gets the value the script is currently running with. This will be the local version, unless it has been further modified by an ini_set in the script. Cheers! Mike --------------------------------------------------------------------- Mike Ford, Electronic Information Services Adviser, Learning Support Services, Learning & Information Services, JG125, James Graham Building, Leeds Metropolitan University, Headingley Campus, LEEDS, LS6 3QS, United Kingdom Email: [EMAIL PROTECTED] Tel: +44 113 283 2600 extn 4730 Fax: +44 113 283 3211 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php