Comparing strings case-insensitively
<? if (strcasecmp('a@demo.com', 'a@demo.com') == 0) { print "Welcome back, Mr.."; } ?>