As the topic says, I'm getting an error when trying to save or update a record in the database, seems to me that the problem is when there is more than one html tag.
When the textarea code is like this:
<p>just one line</p>
the record save and updates just fine. But when I add another line - resulting in following code:
<p>just one line</p> <p>another line</p>
nothing happens.
I have been developing this site on my local server, using WampServer, with no problems. Everything works, and still does, but not when the site is uploaded to my webserver.
I think the error is because of the server, but I have no idea of where to look and the error logs does not show anything.
Any suggestions would be much appreciated!