Programs not Running - SOLVED

"Ethan Rosenberg, PhD" <[email protected]>
Newsgroups gmane.comp.php.database
Organization Hygeia Biomedical Research, Inc.
Message-ID <[email protected]>
Dear List -

Thanks to all for your help.

The problem was in this piece of code:

         require '/var/www/pass.inc';
         $db = "Store";
         $cxn = mysqli_connect($host,$user,$password,$db);
         if ( !$cxn ) {
           die( 'connect error: '.mysqli_connect_error() );
             }

I had moved the password file [/var/www/pass.inc] out of root, but 
forgot to change the code!

This still leaves a question:

         if ( !$cxn ) {
           die( 'connect error: '.mysqli_connect_error() );
             }

Why did the above code catch the error??

Ethan



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.