I get a lot of:
Code:
Parse error: parse error in /home/index.php(305) : eval()'d code on line 1
when i try this hack. I have to use addslashes to get it to work correctly. Of course, this also adds slashes into the descriptions which is something I'm not going for.
PHP Code:
eval("\$forum[description] = \"".addslashes($forum[description])."\";");
Anyone have the same problem or have a solution that won't give me parse errors?
Thanks