San Francisco WordPress Consulting firm specializing in WordPress websites and WordPress Plugin Development. We're the ones you have been searching for. Request a Project Quote or call us at 415.857.5745.

Development & Distribution

We develop custom websites and applications then optimize them for search. We specialize in WordPress websites, plugins, and themes. That's What We Do. Explore Our Work and Who We Are or if the mood should strike you, Read Our Blog or Contact Us today: 415.857.5745

Below is a representative sample of our clients and the type of work that we do. Click through
to "our work" to learn more about our capabilities and how we can help you.

Contact Us Today

Complete this form to talk to us today.





Our Blog

How to Extract Domain from Email in PHP

How to extract the domain name from an email address with PHP:

$email = "handle@domain.com";
 
// make sure we've got a valid email
if( filter_var( $email, FILTER_VALIDATE_EMAIL ) ) {
    // split on @ and return last value of array (the domain)
    $domain = array_pop(explode('@', $email));
 
    // output domain
    echo $domain
}

Read more

A PHP Form Validation Library

There’s a PHP Library for Form Validation hosted on Github by user blackbelt called php-validation. It’s described as “This class follows Zend Framework naming conventions for easy drop-in as a substitute to Zend_Validation. If you opt out of using the bulky Zend_Form on your projects, you might choose to use this for quick and painless form validation.”.

Check out this PHP Form Validation Library.

Read more
← Older posts

454 Ivy Street
San Francisco, CA 94102

415.857.5745

Map