//you can connect to you database with the following code
mysql_connect(HOST, USR, PSD);
mysql_select_db(DB);
/*where HOST = Database host server eg localhost
USR = Database username
PSD = Databse password
DB = The name of the database that contain the table
*/
поставить код после
$id = mysql_real_escape_string($_GET['id']);
PS
использование mysql устарело и удалено с php 7. Попробуйте использовать PDO или MYSQLI