Hi,
Is there a function or script that can make sure a string can be stored with serialize?
Its got html tags and alsort in it...
PHP Code:
$store = serialize(array(
'content' => $string
));
I know this is not the best way to store stuff... this is some super old code
Thanks,
Lex