RE: [PHP-DB] elseif statement syntax

2002-03-20 Thread Andrea Caldwell
To: Andrea Caldwell Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DB] elseif statement syntax You probably have error reporting turned off in your php.ini file or you may be directing errors into your log file, try checking there. Why are you tacking or die(mysql_error()) on the end of each of your

[PHP-DB] Querying MySQL using PHP - modify existing query

2002-01-17 Thread Andrea Caldwell
I am a serious newbie (like less than two weeks never programmed before), so I hope my code doesn't suck too bad this isn't a really bad question... but here goes... I would like to modify this query so that it doesn't return the username, realname, and office results each time. The way the