";
}
if (!eregi("^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,3})$", $email))
{
$feedback .= "Your email address doesn't appear to be valid - please check and try again.
";
}
if ($feedback=="")
{
$sql = mysql_query("SELECT * FROM subscribers WHERE email='$email'");
$numRows = mysql_num_rows($sql);
if ($numRows>0)
{
$feedback = "That email address is already subscribed.";
}
}
if ($feedback=="")
{
$insertresult = mysql_query("INSERT INTO subscribers (name, email) VALUES ('$name', '$email')") or die (mysql_error());
if ($insertresult)
{
$completed = TRUE;
}
$customer_ip = $_SERVER['REMOTE_ADDR'];
$to = 'mail@merchantmcdonald.co.uk';//mikew@mustardgraphics.co.uk
$title = "Merchant McDonald Newsletter Sign Up! $mailingtime";
$header = "From: \"".$name."\" <".$email.">"; // Found elsewhere
$body = "You have a new subscriber, details below\r\n\r\n";
$body .= "".$name."\r\n";
$body.= "\r\n";
$body.= "".$email."\r\n";
mail($to,$title,$body,$header);
}
}
?>
Accountant - Chartered Certified Accountants Merchant McDonald & Company
Good Morning!- Thursday, 21 November 2024
if ($completed==FALSE)
{
?>
}
else
{
print "
Thanks - you have been subscribed to our newsletter successfully. You can unsubscribe at any time by clicking the link at the bottom of each email we send.
";
}
?>
Core Services
Accountancy We prepare accounts for sole traders, partnerships, limited companies, charities, clubs and associations of all sizes.
Taxation (corporate, personal & self assessment) We prepare facsimile personal and corporate tax returns and computations using specialised software.
Bookkeeping Using the very latest software we undertake weekly, monthly and quarterly bookkeeping work - a service that is tailored to your exact requirements. This allows us to produce financial reports quickly and easily.
VAT returns The preparation of VAT returns is sometimes seen to be a burden to business. We can take that responsibility away from you and can either prepare your returns or provide a checking service before you submit them.
Payroll Payroll is becoming increasingly more complicated and we can provide a fully computerised payroll bureau for clients. Payrolls can be prepared weekly, 4 weekly or monthly and we provide all payslips, summaries and reports. We will deal with the Inland Revenue on your behalf amd make sure that all forms are completed accurately and are submitted by the due date.
Company secretarial Our company secretarial services include registered office facility, filing of statutory returns and abbreviated accounts and the drawing up of minutes and resolutions. We are also able to offer a company formation service.
New business start ups You have probably made one of the most difficult descisions you are likely to make in respect of your working life. Working for oneself is an exciting opportunity but it can be daunting. We are on hand at the beginning to help to get you started and to ensure that you chose the best option for you and also that you comply with all relevant legislation (i.e. registering your business, if applicable, with Customs & Excise, the Inland Revenue and Companies House).
Others
Generally we can help on anything you throw at us. Where an enquiry is out of our field we can point you in the direction of people that we know are competent in those areas and would best suit your circumstances.