MySQL Forums
Forum List  »  PHP

right syntax to use near 'word-wrap:break-word'
Posted by: Ashok Saini
Date: August 07, 2021 09:03AM

Hello,

My query is

$sql ="INSERT INTO conversation (conversaion_email1, conversation_parentid, conversation_datetime, conversation_subject, conversation_message, conversation_color)
VALUES ('$from', '$parentid', '$datetime', '$subject', '$message', 'skyblue')";

Why I am getting error:

', 'skyblue')
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'word-wrap:break-word'>

I couldn't find anything. Mysql 8 here.

Options: ReplyQuote


Subject
Written By
Posted
right syntax to use near 'word-wrap:break-word'
August 07, 2021 09:03AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.