PHP Problems, really this hard?

So that means the session is set, so now I’m a bit confused as to what your question is really trying to imply. The above output shows $_SESSION has a key “usr” which identifies it as being set, are there situations you expected it to NOT be set and your code is considering it set?

Heres what I am trying to do.

IF session is set… show the <div class=“row”></div> else if it isnt, show <div id=“error”></div>

But, when I go to access this page, and I am not logged in, <div class=“row”></div> is being displayed and it isnt suppose to be.

Example of what I dont want to happen: http://mcss-portal.com/beta/account.php

Ha! I fixed it. Sorry for bothering you, and thanks for your help!