Jump to content

link wont work when click on text but works if i click on thumbnail.


thme01

Recommended Posts

hey there peoples i have a bit of a problem with my php code. when i click on the name it wont play the video. but if i click on the thumbnail it plays here is the code

 

 echo "<div class='Video_thumbnail'>";
		  echo "<a href='/Video.php?id={$row['id']}'>";
		  echo "<img src='http://i.ytimg.com/vi/{$row['link']}/hqdefault.jpg' width='220' height='170' alt='click' /></a>";
		  echo "<br>";
		  echo "</br>";
		  echo "<a href='/Video.php?={$row['id']}'>";
		  echo "{$row['navn']}</a>";
		  echo "</div>";

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.