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

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

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -