Hi all,
I need the PHP code for the following scenario and this is the logic:
If user_session = username and financealert == 'yes' pop up an alert.
Your help is much needed.
Regards.
if($user_session == $username && $financealert == 'yes') { // pop up alert here }