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
~327 People Reached
Favorite Forums
Favorite Tags
php x 1
Member Avatar for kristo_1

here is a code that would delete a page access from each user level but i have an error which is Notice: Undefined index: checkbox here is the code <?php $userId = $_GET['id']; $sql = mysql_query("select * from cms_userlevels where user_level='$userId'"); $row2 = mysql_fetch_array($sql); echo " <center> <table class='left'> <form …

Member Avatar for pritaeas
0
180
Member Avatar for kristo_1

sorry for my code but this is only a practice code, i m trying to remove user access links, i displayed all the links that corresponds to the selected user access here's the code and database Select user levels <p class="left"><b>User Level Information</b></p><br> <table class="left"> <tr> <td id="TD3"><B>User Level ID</B></td> …

Member Avatar for diafol
0
147