RE: Programs not Running - SOLVED

"Brad" <[email protected]>
Newsgroups gmane.comp.php.database
Message-ID <010201cdec6d$62030d50$260927f0$@com>
Permissions?

-----Original Message-----
From: Ethan Rosenberg, PhD [mailto:[email protected]] 
Sent: Sunday, January 06, 2013 8:18 PM
To: PHP Database List
Subject: [PHP-DB] Programs not Running - SOLVED

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


-- 
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.