did apache update break autoblogger? or php.ini advice
hi
i'm getting strange results when posting out with autobloggerpro to my blogs. the posts are being posted without the < and > parts of html tags, everything else is normal. i've checked the autoblogger database and it's pulling the posts normally, it's just when it posts them out it's eems to be stripping the tags.
e.g. post should be: <p><a href="http://somesite.com">hello</a></p>
but i am getting: pa href=http://somesite.comhello ap
i recently upgraded apache to 2.2.10 and rebuilt php/mysql etc and i'm wondering wether this has something to do with it. has anyone else had this problem or alternatively does anyone know a function in php.ini i may have changed without realising that may have caused the > to be stripped from my posts?
any help appreciated
thanks in advance
|