Quote Originally Posted by V3g3t4 View Post
Great job
Thnx V3g3t4
Gaurav Reviewed by Gaurav on . [PHP] Getting the TV Show Banners from TheTVDB Made this last night. Quite handy and can be integrated with a blog/forum. Postting the function here. Do update if you have an improved code :) ATM, the function would search for the TV Show in the TheTVDB database, and if found will return the banner image link uploaded to lulzimg.com function getBanner($title){ if(preg_match("/+S+E+|+20+/", $title, $match)){ $showname = trim(str_replace(".", " ", $match)); $showname = trim(preg_replace("/S+E+/", "", $showname)); Rating: 5