php - New line chr in twitter feed breaks JSONP -


so have working twitter feed php app, if tweets newline in jsonp breaks. ive tried parse out newlines, using php eol tag, , \n \r , think of or google. when str_replace ("\n","", $data) nothing changes. when viewing jsonp newline still in there , jsonp not validate. ideas? merci!


Comments

Popular posts from this blog

c++ - Linked List error when inserting for the last time -

java - activate/deactivate sonar maven plugin by profile? -

tsql - Pivot with Temp Table (definition for column must include data type) -- SQL Server 2008 -