php - HTML Character Identities in Twitter -


I am developing a twitter app, and when I do a new tweet with php with the abeams twitter and somebody With special characters it submits to Twitter as HTML identification I have tried all html_entity_decode () and htmlspecialchars_decode () but it is not working thanks :)

Edit: Appearance as requested Requests some code in (after logging with oh [i know that works Is] I'm doing this to deposit the tweet)

$ position = $ _POST ['status']; $ To- & gt; Post ('Status / Update', Array ('Status' = & gt; html_entity_decode (StripSlash ($ position));

html_entity_decode (stripslashes ($ position), ENT_QUOTES)
/ html>

Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -