Where would I find the php.ini file? I'm not seeing it in the drupal install directory anywhere, at least not yet have I found it. Bruce
php.ini is the PHP configuration file and has nothing to do with Drupal as such. It usually resides in /etc on Linux servers. If you can't find it, check with your host or use phpinfo() to find out. Check the PHP manual (php.net) for directions and examples on using phpinfo().
-K