> PHP Notice: Use of undefined constant HOST - assumed 'HOST' in > /home/hegedus/bin/hae_chng.php on line 4 This *always* means you typed HOST where you needed 'HOST' or "HOST" Most PHP installations "hide" this "Notice" message from you by the default php.ini settings. Course, that also means you've probably got OTHER bugs hidden from you... Wish List: PHP 6 uses E_ALL by default install. -- Like Music? http://l-i-e.com/artists.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php