this is the body of an email sent to admin. it should say "a new store called ABC has submitted their location for approval. Please login to XYZ to approve the request"
I Figured out how to pull the store name and put it in email body, but i cant get the a href link to attach to the "XYZ" part
mail(ADMINISTRATOR_EMAIL, sprintf("Super Store Finder - New store has been 
added"),  sprintf("A new store " .  $_POST['name'] . " has submitted their 
location for approval.  Please login to "<a href= 
'https://blablbabla.com/admin'>XYZ</a>" to approve the 
request), "From: no-reply@gmail.com");
the error i got is
Parse error: syntax error, unexpected 'href' (T_STRING) in /home/devhand/public_html/includes/validate.php on line 191
 
    