comparing a String ignoring its case
Posted: Tue Jun 30, 2009 5:18 am
I need to write the equilvilant of this statement in php and ignore its case but I cant find a operator in php for it here is the java version:
can anyone show me the way to do this
Thanks
Sean
Code: Select all
customer.getZzaux_contact_by_email().equalsIgnoreCase("Y"))Thanks
Sean