[PHP-DB] Anyone know why this won't return results?

2002-06-07 Thread Blaine Dinsmore
html head titleResults Test/title meta http-equiv=Content-Type content=text/html; charset=iso-8859-1 /head body bgcolor=#FF text=#00 ?php $server = mdotlims; $user = httpuser; $pass = pass; $db = mysql_connect($server,$user,$pass); if (!$db) {

Re: [PHP-DB] Anyone know why this won't return results?

2002-06-07 Thread Paul DuBois
At 17:45 -0400 6/7/02, Blaine Dinsmore wrote: html head titleResults Test/title meta http-equiv=Content-Type content=text/html; charset=iso-8859-1 /head body bgcolor=#FF text=#00 ?php $server = mdotlims; $user = httpuser; $pass = pass; $db = mysql_connect($server,$user,$pass);

Re: [PHP-DB] Anyone know why this won't return results?

2002-06-07 Thread Blaine Dinsmore
Thanks Paul, You were absolutely right! I can't believe I didn't see that hidden in there. That explains why I never got any error messages. Thanks again, Blaine Paul DuBois [EMAIL PROTECTED] 06/07/02 05:55PM At 17:45 -0400 6/7/02, Blaine Dinsmore wrote: html head titleResults Test/title