> > Add the following: > > <?php > > echo '<pre>'."\n" > print_r( $_SERVER ); > echo '</pre>'."\n"; > > ?> > > See if the AUTH_USER entry is in there. AUTH_USER shows up, but does not have a value. From the output of phpinfo() it says, "No value" How do you know you don't get a connection to the database? What is the > value of $connect_id? Use var_dump( $connect_id ) to find out. I know it isn't connecting because I can go to the database and see that there is no active connections to it.