hi all! lame programmer here again.Please explain this thing..seems like it has truth table and stuf.anding oring etc..plz explain how this will execute.need simple explanation so i wont forget throughout my life..:D
if (!(mysql_query($sql,$con)) || !(mysql_query($sql_pin,$con)))
{
if(mysql_errno()==1062)
{
$error_flag=1;
echo mysql_error();
echo "error no:".mysql_errno();
die("error:".mysql_errno());
}
$error_flag=1;
}
else
$error_flag=0;