Comparing strings with the equality operator
<? if ("p@demo.com" == 'p@demo.com') { print "Welcome, Mr. President."; } ?>