|
Posted by giancarlodirisioster on 10/30/05 02:17
> > With the second approach you present I am getting a parse error,
> > unexpected ')' in /usr/home/test.php on line 14
>
> Change mysql_query($update)) into mysql_query($update);
Hmm, now after changing that now I get parse error, unexpected '}' in
/usr/home/test.php on line 15
> > On the first one, I am getting this : MySQL said: Documentation
> > #1064 - You have an error in your SQL syntax near 'customer1 from
> > customer1,customer WHERE customer1.column1 = customer.column1' at line
> > 1
> The query is valid, so are you sure the table customer1 exists?
Definitely, I have a customer and customer1 table (I know, for
consistency I should have customer1 and customer2), but I definitely
have two separate tables
I really appreciate your time on this with me.
Sincerely, Carly
Navigation:
[Reply to this message]
|