WOW that was great thanks for this forum and thanks to you it was very helpful my code now was working well i will add $_GET["id"]; on the top of my code and its working .. Thanks again.. here now is my code
<?php
$id=$_GET["id"];
$db = mysql_connect("mysql1.000webhost.com", "a3761672_111", "123456");
mysql_select_db("a3761672_11114",$db);
$result = mysql_query("SELECT * FROM music WHERE id='$id'",$db);
$myrow = mysql_fetch_assoc($result);