Hi Guys,
I'm currently having problems with this MySQL Insert:
-begin query-
INSERT INTO qu4rad\$websystem_article_comments
(comment_id,article_id,comment_date_posted,comment_author,comment_author_email,comment_subject,comment_contents,comment_author_ip)
VALUES
('','$articleid',NOW(),'$name','$emailaddress','$subject','$comments', '$authorip')
-end query-
The query works on a WAMP version 4.3.6 system and can update the database, but when it comes to a Redhat Linux system running 4.2.2, the query fails.
Have I missed anything on the coding?
Thanks in advance.