Strings Php

if (strcasecmp('a@demo.com', 'a@demo.com') == 0) {
    print "Welcome back, Mr..";
}
?>