RE: [PHP] error in mysql SQL syntax

2003-12-12 Thread Chris W. Parker
[EMAIL PROTECTED] on Friday, December 12, 2003 12:43 AM said: First I'm going to +1 Jason's comment. Then I'm going to give you a tip. > Could somebody tell me way I am getting an error in this SQL syntax. > $query = "insert into majordomoaliases > (domain,address

Re: [PHP] error in mysql SQL syntax

2003-12-12 Thread Jason Wong
You have started a new thread by taking an existing posting and replying to it while you changed the subject. That is bad, because it breaks threading. Whenever you reply to a message, your mail client generates a "References:" header that tells all recipients which posting(s) your posting refers

[PHP] error in mysql SQL syntax

2003-12-12 Thread rdkurth
Could somebody tell me way I am getting an error in this SQL syntax. $query = "insert into majordomoaliases (domain,address)values(\"$domname\",\"$virtdomain-majordomo:\"|$wrapper majordomo -C $domaincf\")"; error=You have an error in your SQL syntax. Check the manual that corresponds to yo