Avec Internet Explorer et une connexion Internet, vous avez la possibilité de rechercher et de consulter des informations sur le Web. Pour commencer, cliquez simplement sur les rubriques ci-dessous. Pour plus d'informations sur la navigation sur Internet, consultez le Sommaire de l'aide.
Adrian
Posted 6261 days ago
As you can see the commas appear ok here.
Change encoding type for your page, that should fix it, if it doesn't then comment or remove this line from comments.php:
// encode & character $comment->message = str_replace('&','&',$comment->message);
Stacy
Posted 6261 days ago
How to ensure that commas show up as commas and not other code?
Sample
Stacy's request above includes commas - he's testing here to see how your form treats them.
Change encoding type for your page, that should fix it, if it doesn't then comment or remove this line from comments.php:
// encode & character
$comment->message = str_replace('&','&',$comment->message);
Sample
Stacy's request above includes commas - he's testing here to see how your form treats them.