ravenshade Posted September 7, 2009 Report Share Posted September 7, 2009 (edited) <removed for privacy reasons> Edited July 20, 2013 by ravenshade Link to comment Share on other sites More sharing options...
justsomeguy Posted September 8, 2009 Report Share Posted September 8, 2009 The opening bracket for this else: if($session->logged_in){... } else{ ends down here: <div class="footer"> <? } So you're telling PHP to only show the page content if the user is not logged in. Link to comment Share on other sites More sharing options...
ravenshade Posted September 10, 2009 Author Report Share Posted September 10, 2009 Yeah I spotted that just today. I moved the bracket up to the form with an extra pair of php tags. Appears to be working. I changed it around a few times before with that bracket, but it was causing problems, fortunately, a good nights sleep worked, but yes thanks for for the reply . Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now