Re: [PHP-DB] problem....

2004-06-22 Thread Shahmat Bin Dahlan
ct text of the error (line number and > all) and line numbers for the entire passage? > > Cole > > > Shahmat Bin Dahlan wrote: > > >Your SQL statement: > > > >'SELECT Rune, username FROM RuneRunner > >RuneRunner_1 WHERE (User_I

Re: [PHP-DB] problem....

2004-06-22 Thread Shahmat Bin Dahlan
Your SQL statement: 'SELECT Rune, username FROM RuneRunner RuneRunner_1 WHERE (User_ID = 3)' What is "RuneRunner" and "RuneRunner_1"? Are these two different tables. If it is, you might want to separate them with a comma. Why not try getting rid of the brackets surrounding "User_

Re: [PHP-DB] Dropdown menus from DB query

2004-06-17 Thread Shahmat Bin Dahlan
I think this is the line which is the cause of your coding woes... The quote (") doesn't have any matching pair. There's one quote in front, but there's none at the back. echo "; * * - Original Message - From: Cole Ashcraft <[EMAIL PROTECTED]> Date: Friday,