Re: [Sitr-general] apostrophe's and backslashes
Status: Inactive
Brought to you by:
trendzetter
|
From: Dominik K. <Dom...@Fe...> - 2005-03-04 14:21:23
|
> If we also try to post an apostrophe in the main body we get an error back. > > Any ideas as to why this may be happening or where would we look to see > if we can solve it. Sounds pretty much like the whole body is handled as a string which is enclosed in apostrophes. So if you put one in the text, the strings ends early and the rest is treated as php-code, which it certainly is not. That's propably the cause for the error. Dunno about the backslash though. Cheers, Dominik |