Button Permission

This is a discussion on Button Permission within the PHP General forums, part of the PHP Programming Forums category; Hi Freinds, Does anyone used any code or class for buttons to limit the access of the button based on ...


Go Back   Usenet Forums > PHP Programming Forums > PHP General

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 05-10-2005
pat
 
Posts: n/a
Default Button Permission

Hi Freinds,
Does anyone used any code or class for buttons to limit the access of
the button based on the user login level?

I have a page which has 5 buttons and need to display / disable / hide
buttons based on user login type and level.

Any idea?

Thanks in advance,
Pat

Reply With Quote
  #2 (permalink)  
Old 05-11-2005
Pro N00b
 
Posts: n/a
Default Re: Button Permission

pat wrote:
> Hi Freinds,
> Does anyone used any code or class for buttons to limit the access of
> the button based on the user login level?
>
> I have a page which has 5 buttons and need to display / disable / hide
> buttons based on user login type and level.
>
> Any idea?
>
> Thanks in advance,
> Pat


<?php
$userlevel = 1 // example

if ($userlevel > 3) {
?>code for button<?php
}
if ($userlevel > 1) {
?>code for button<?php
}
if ($userlevel > 4) {
?>code for button<?php
}
?>

et cetera, et cetera, et cetera :-)
Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 08:52 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0