Re: [PHP] Join - problem

2002-09-18 Thread Henning
Oh dear - I forgot the rights in the new table: select command denied to user: 'henning@localhost' for table 'postnummer' Thanks for helping, John! Henning John Wards wrote: > not having the time to look at your code I am not sure but do this to see if > its mysql causeing the errors > > $re

Re: [PHP] Join - problem

2002-09-18 Thread 1LT John W. Holmes
Don't include the ; in your query, for one thing. ---John Holmes... - Original Message - From: "John Wards" <[EMAIL PROTECTED]> To: "Henning" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, September 18, 2002 11:26 AM Subject:

Re: [PHP] Join - problem

2002-09-18 Thread John Wards
not having the time to look at your code I am not sure but do this to see if its mysql causeing the errors $result = mysql_query($query) or die(mysql_error()); - Original Message - From: "Henning" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 18, 2002 5:12 PM Subj