I want the script to mail me the details
when the query is executed
$result = mysql_query($sql) or die ("Invalid Query. Twity.");
ie when $result has been successfully executed
I am new Please help me
if($result) mail();