> I am trying make changes with the register_global variable in the > php.ini file, but I am unable to locate it. > I am running Mac OS Jaguar....Please help me out
Create a page with <? phpinfo(); ?> only on it and call it up through your browser. The first block on the page will tell you where php.ini is. If there is just a path and no actual php.ini on the end of it, then that is the path where php expects to find php.ini, but there isn't one there. Look for a php-ini.dist or php-ini.recommended in the files you downloaded, edit and rename it to php.ini, place it in that directory and restart your web server. ---John Holmes... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php