Re: [PHP] double check query statement??

2001-08-28 Thread ERISEN, Mehmet Kamil
Hi it may sound funny, but you may want to add a space at the end of lines before . I mean $query = SELECT mpn_job.ID, job, assigned_to, status_date, category ; $query .= FROM mpn_job, mpn_job_category WHERE CID = mpn_job_category.ID ; $query .= AND category =

Re: [PHP] double check query statement??

2001-08-28 Thread Gerard Samuel
Gentlemen, thank you for correcting me with the space ont the end. Ill try and make it a habit to echo out the query. All is well in the land of PHP, till next time. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,