[PHP-DB] Re: very strange problem for mysql query

2001-10-31 Thread James Chin
there are three arguments. Since there are only two conversion specifiers in the format string, only the first two arguments will be processed and printed. The '$s' is an undefined variable so nothing gets outputted for that. Regards, James Chin OpenLink Software Inc. On Wed, 31 Oct 2001 14:42:36

[PHP-DB] Re: tables/columns with spaces

2002-05-13 Thread James Chin
Jeffrey, Try using quotation marks: select * from REQ where BUSINESS AREA = '$var' Keep in mind that using quotation marks means that the field name is now case sensitive. Regards, James OpenLink Software Inc. http://www.openlinksw.com On Fri, 10 May 2002 08:41:11 -0400, [EMAIL PROTECTED]