Re: Odd comments bug?



> Does anyone have any ideas for a solution?

Reverse what htmlspecialchars does to ampersands?

echo str_replace('&', '&', htmlspecialchars($text));

-luke




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]