View Single Post
  #2  
Old 7th March 2010, 20:47
Timisoreanul's Avatar
Timisoreanul Timisoreanul is offline
Senior Member
 
Join Date: Apr 2008
P2P
Posts: 211
Default
try this
Code:
if (!empty($row["tube"]))
tr("Sample:", "<a href=\"javascript: klappe_news('a4".$array['id']."')\"><img border=\"0\" src=\"pic/plus.gif\" id=\"pica".$array['id']."\" alt=\"Show/Hide\"></a>&nbsp;<u>[Show/Hide]</u><div id=\"ka4".$array['id']."\" style=\"display: none;\"><embed src='". str_replace("watch?v=", "v/", htmlspecialchars($row["tube"])) ."' type=\"application/x-shockwave-flash\" width=\"500\" height=\"410\"></embed>", 1);
else
tr("Sample:", "Sory no sample !", 1);
__________________
only me
Reply With Quote
The Following User Says Thank You to Timisoreanul For This Useful Post:
lovebeer (7th March 2010)