PHP and MySQL problem?
- by TaG
When my code is stored and saved and out putted I keep getting these slashes \\\\\ in my output text. how can I get rid of these slashes?
Here is the PHP code.
if (isset($_POST['submitted'])) { // Handle the form.
require_once '../../htmlpurifier/library/HTMLPurifier.auto.php';
$config = HTMLPurifier_Config::createDefault();…