hi thanx any way i got the solution myself.
The query is behaving abnormal dont khow why.
$query= "
DELETE FROM emails
Where
id = '1'
";
mysql_db_query ($db_name, $query, $connection)
or die ("Could not execute Query delete Email");
Just remove the ' ' from id
Any one have its suggestion why it is behaving like that.
Regards.