Re: [PHP-DB] Syntax Error

2007-01-09 Thread dmagick
JD wrote: > Can anyone help me figure out what is wrong with this syntax. Thanks. > > list($qh,$num) = dbQuery("SELECT password AS passwd1, > $DATABASE_PASSWORD_FUNCTION('$password') AS passwd2 ". > > "FROM $USER_TABLE WHERE username='$username'"); > > $data = dbResult($qh); > No need to rep

Re: [PHP-DB] CURL and process not finishing

2007-01-09 Thread dmagick
[EMAIL PROTECTED] wrote: > - Original Message - From: "chris smith" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Cc: > Sent: Friday, January 05, 2007 12:08 PM > Subject: Re: [PHP-DB] CURL and process not finishing > > >> On 1/5/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >>> I am