Hello I RobertBond, I want to ask how to make the user can specify the page you want to view, for example, a user can access 1.php & 2.php, while user B can access 3.php
Thank you and I'm sorry if my question is has been asked
Moderators: macek, egami, gesf


<?php
$__akses_config = array(
'login.php',
'logout.php',
'admin/index.php',
'admin/list-user.php',
'admin/add-user.php',
'admin/edit-user.php',
'admin/delete-user.php',
'admin/add-artikel.php',
'admin/edit-artikel.php',
'admin/list-artikel.php',
'admin/delete-artikel.php',
'index.php',
'view-artikel.php'
);
<form id="form3" name="form3" method="post" action="">
<table width="200" border="0">
<tr>
<td>Full Name </td>
<td>
<input type="text" name="textfield" />
</td>
</tr>
<tr>
<td>Username</td>
<td>
<input type="text" name="textfield2" />
</td>
</tr>
<tr>
<td>Password</td>
<td>
<input type="text" name="textfield3" />
</td>
</tr>
<tr>
<td>Page </td>
<td>
<p>
<input type="checkbox" name="checkbox" value="checkbox" />
All Page </p>
<p>
<input type="checkbox" name="checkbox2" value="checkbox" />
Index.php</p>
<p>
<input type="checkbox" name="checkbox3" value="checkbox" />
Register.php</p>
<p>
<input type="checkbox" name="checkbox4" value="checkbox" />
Search.php</p>
<p>
<input type="checkbox" name="checkbox5" value="checkbox" />
Login.php
</p>
</td>
</tr>
</table>
<input type="submit" name="Submit2" value="Submit" />
<input type="reset" name="Submit" value="Cancel" />
</form>







Return to PHP coding => General
Users browsing this forum: No registered users and 3 guests