Programming PHP Function to Extract an E-mail from a String March 31, 2013 by Craig Lotter No Comments Given a string, it would often be quite useful to extract any e-mail addresses that it might contain. Luckily for us, PHP makes this fairly... Read More
Programming How to Add a CC E-mail Address with PHPMailer April 2, 2012 by Craig Lotter No Comments I’ve moved to the fantastic PHPMailer PHP class to handle all my e-mail send outs for my projects and have thus far been quite impressed... Read More