Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for PHP
»
Re: Strange Error When Editing or Adding Pages - With HTML in Pages
Re: Strange Error When Editing or Adding Pages - With HTML in Pages
09-18-2009, 1:46 PM
AdamTheMan103
Joined on 03-26-2009
Posts 10
Re: Strange Error When Editing or Adding Pages - With HTML in Pages
Reply
Quote
I resolved the problem. It was not inserting data into the MySQL db because of apostrophes and other special characters. I used
$pagetext = mysql_real_escape_string ($_POST['PageText']);
to fix the problem
View Complete Thread