comparing Session value problem in php.

Posted by aamir Fayyaz on Stack Overflow See other posts from Stack Overflow or by aamir Fayyaz
Published on 2010-05-19T05:56:58Z Indexed on 2010/05/19 6:00 UTC
Read the original article Hit count: 159

Filed under:

if ($_SESSION['user_email']!=$_SESSION['ship_user_email']) { $to= $_SESSION['ship_user_email']; mail($to,$subject,$mail_html,$headers); } there is problem in comparing values of both session. value is different but code not working.

© Stack Overflow or respective owner

Related posts about php