Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.55K
Ranked #4K
~174 People Reached
Favorite Forums
Favorite Tags
php x 1

1 Posted Topic

Member Avatar for dyingatmidnight

From a security standpoint, you should never reveal DB structure client-side. When you load the page, establish if user is logged in as admin, then in the javascript you can hide and reveal the items using $(".adminclass").css({"display":"none"}); and $(".adminclass").css({"display":"block"}); according to a local javascript variable value which is toggled programmatically …

Member Avatar for dyingatmidnight
0
174

The End.