Hello, I have been working with PHP 5.0 and my "register_globals" has always been Off since PHP 4.1 Today I upgraded to PHP 5.2 and now neither of my include "config.php" work. Neither of the variables defined in include files are even included. Anyone knows what has been changed and what can I do? This is what I normally use PHP Code: include("config.php"); mysql_connect($host,$user,$password); @mysql_select_db("$db") or die("Unable to open database"); I echoed those connection variables and all are empty. Thank you, Mac -- View this message in context: http://www.nabble.com/include-%22config.php%22-does-not-work-anymore-after-PHP-5.2-tf4930800.html#a14113233 Sent from the PHP - General mailing list archive at Nabble.com. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php