Voting

: four minus zero?
(Example: nine)

The Note You're Voting On

trent dot renshaw at objectst dot com dot au
10 years ago
> root at mantoru dot de

PHP makes this easy for you. When working with domain portion of email addresses, simply pass the return of strstr() to substr() and start at 1:

substr(strstr($haystack, '@'), 1);

<< Back to user notes page

To Top