Quote Tags acting up
Posted: Fri Apr 14, 2006 2:34 am
They seem all weird. If I quote someone, the tags do not work.
Fan forum for Azumanga Daioh and Marty (and O&M to a limited extent)
https://www.definecynical.net/forum/
https://www.definecynical.net/forum/viewtopic.php?f=35&t=2985
You have to disable HTML.They seem all weird. If I quote someone, the tags do not work.
Code: Select all
$message = addslashes($message);
Code: Select all
$message = str_replace('"', '\\"', $message);