[PHP-DB] Re: Programs not Running - SOLVED

2013-01-06 Thread Jim Giner
On 1/6/2013 7:17 PM, Ethan Rosenberg, PhD wrote: 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(

Re: [PHP-DB] Re: Programs not Running - SOLVED

2013-01-06 Thread tamouse mailing lists
On Sun, Jan 6, 2013 at 6:32 PM, Jim Giner jim.gi...@albanyhandball.com wrote: On 1/6/2013 7:17 PM, Ethan Rosenberg, PhD wrote: The problem was in this piece of code: require '/var/www/pass.inc'; $db = Store; $cxn = mysqli_connect($host,$user,$password,$db);

[PHP-DB] Re: Programs not running

2013-01-03 Thread Jim Giner
On 1/3/2013 7:35 PM, Ethan Rosenberg, PhD wrote: Dear List - I am running sid on my Lenovo desktop and squeeze on my Dell laptop. The php.ini files are the same. The programs are the same except foro the locatioln of the password file and of a file to be read for parameters. The programs run