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

  • Home
  • SEARCH
  • 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 7178729
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T16:58:43+00:00 2026-05-28T16:58:43+00:00

I have an admin link with a div id admin. Sessions are started when

  • 0

I have an admin link with a div id “admin”. Sessions are started when a user is logged in to show if it is a normal user or an admin. Normal users can’t access the files for admin, but can still see the admin link.

Is there a way to make it so normal users can’t see the link, using only php or html, without jquery or jscript or any of those.

  • 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-05-28T16:58:44+00:00Added an answer on May 28, 2026 at 4:58 pm

    Using interleaved PHP & HTML with standard PHP syntax:

    <?php
    if ($user_is_an_admin) {
    ?>
    <div id='admin'>
      Only admins can see this...
    </div>
    <?php
    }
    ?>
    

    Alternate templating syntax:

    <?php if ($user_is_an_admin): ?>
    <div id='admin'>
          Only admins can see this...
    </div>
    <?php endif; ?>
    

    Not interleaving, PHP only:

    if ($user_is_an_admin) {
      echo "<div id='admin'>
          Only admins can see this...
         </div>
      ";
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I don't have admin rights to my pc, but would like to use Mercurial
I have an admin form that lets users create entities that require an image.
Hi Sitepoint wizard people, Say we have an admin application that has multiple users
I have a problem where the link locations are being printed when the user
I have the following code <div class=item id=item1>Text Goes Here</div> <div class=admin_tools id=tools1>Link 1
I have the following code: <a href=main.html class=admin><div class=buttonlabel>Admin</div></a> and CSS a.admin { display:block;
I have this html: <div id=signbtn> <a id=login-link class=btnsignin title=Login>Sign in</a> </div> Upon successful
I have a Users model that can have many Groups through Memberships. If a
I have a members.php page/file in which i want logged in users to see
How do I check if the currently logged in user belongs to the admin

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.