I have a notification system on my website where users will be notified of a certain event. The message of the notification will be stored in a MySQL database.
When I insert links into the message, it returns a MySQL error saying it cannot insert links.
How can I achieve that? I am using php.