View Single Post
  #1  
Old 16th March 2013, 10:01
Leechbg Leechbg is offline
Senior Member
 
Join Date: Feb 2013
P2P
Posts: 18
Default Youtube icon in browse.php?How?
How i can put a youbube icon in browse.php to show if there was a link in upload.php ... >>

Click the image to open in full size.


I use that code if in upload.php check BG Subtitles and in browse.php shows the flag :) but how do i do it for youtube trailer >>


PHP Code:
if ($row["bgsubs"] == "yes") {
    
$bgsubs '<img title="Bg sub in movie" src="images/bgsubs.gif" />';
  }
  else {   
$bgsubs='';
  } 
Reply With Quote