Comparing 2 strings

PHP Code:

if($query->result_array()[0][’email’]!=$this->session->userdata[’logged_data’][’email’]) 

It says false when comaring ben@yahoo.com and Ben@yahoo.com
What’s the […]

Original post by English Breakfast Tea

Leave a Reply