Permissions?
-Original Message-
From: Ethan Rosenberg, PhD [mailto:erosenb...@hygeiabiomedical.com]
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
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() );
}