I\'m extracting twitter user\'s profile image through JSON. For this my code is:
$x->profile_image_url
that returns the url of the profile i
The str_replace() function replaces some characters with some other characters in a string.
try something like this:
$x->str_replace("_normal","",$x)