Comments Demo page
This page shows how comment script works.
Comments
page 142 of 265
Click here to add a comment
Your Name:
Image verification:
Message:
Adrian
Posted 6264 days ago
Chris, 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);
Chris
Posted 6266 days ago
Whenever i use an apostrophe, I get a load of junk text appear. Is this a bug? I'm using Firefox BTW.....
steve
Posted 6267 days ago
I wonder if there is a character count limit?
Chopper
Posted 6267 days ago
This is a test message. is everything working here?
bill
Posted 6269 days ago
Hellol
goggos
Posted 6270 days ago
bomba
John
Posted 6271 days ago
This is a test!!!
<
146
145
144
143
142
141
140
139
138
>
// encode & character
$comment->message = str_replace('&','&',$comment->message);