$id=$HTTP_GET_VARS['id'];
include("connect_db.php");
$sql = "SELECT * FROM `artists` WHERE `id` = $id;";
mysql_query($sql) or die(mysql_error());
$result = mysql_query($sql) or die(mysql_error());
$row = mysql_fetch_assoc($result);
?> 
![]() echo($row['mail']);?>@imp-artists.com echo($row['headline']);?> echo($row['text']);?> |