Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8300969
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T16:45:40+00:00 2026-06-08T16:45:40+00:00

I am trying to create a little admin-only navigation panel for my site that

  • 0

I am trying to create a little admin-only navigation panel for my site that should only be visible when an admin has logged in. I have all the session logic working fine I just am not sure on one thing.

Is it more standard practice to have the navigation panel HTML code always in the source, but just change the display property using PHP based on whether or not the user is logged in as admin? So something like

<head>
<?php 
   if($_SESSION['loggedin']) { 
     echo "<style>#adminPanel { display:block; }</style>";
   }
?>
</head>

while having the original CSS display:none;?

or

having PHP echo the full adminPanel HTML if the user is logged in?
Like:

<?php
  if($_SESSION['loggedin'])
  {
     ?>

        //HTML for adminPanel goes here

     <?php
  }
?>

I basically want to know what method is standard, or if they are equally acceptable?
Thanks

I am not sure if this question is considered subjective, so sorry if it is.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T16:45:42+00:00Added an answer on June 8, 2026 at 4:45 pm

    Users can edit CSS on-the-fly and expose your admin panel in the first method. Therefore, the second is preferable since you won’t be outputting anything you don’t want the user to see.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to create a little growl like div for a site. It
Im trying to create a little function for my use that is suppose to
I was trying to create a quick little script that would insert data into
All, I'm trying to create additional fields and I've done a little research on
I'm setting up a little math study site and am trying to create an
I am trying to create a little 3d raised panel or box on my
What I currently have I'm currently trying to create a little download manager in
i'm just trying to create this little simulator. in a gui, i have two
I am trying to create a little Clojure macro that def s a String
I am trying to create a little php script that can make my life

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.