/ Published in: PHP

Expand |
Embed | Plain Text
//Parse the status and look for twitpic url //http://twitpic.com/show/full/s0z4.jpg //http://twitpic.com/show/thumb/s0z4.jpg $twitpic_url = $matches[1]; $twitpic_code = $matches[2]; //Display a thumbnail echo "<img src='$matches[1]/show/thumb/$matches[2].jpg' width='75'/><br/>";
Comments

You need to login to post a comment.
Hm, does not work for me