Mega Code Archive
Categories
/
Php
/
Strings
Comparing strings with the equality operator
if ("p@demo.com" == 'p@demo.com') { print "Welcome, Mr. President."; } ?>