Back to: TOC Step By Step Tutorial PHP Security
Next, we make the group administration page. By layout, the pattern is the same as the user administration. The table that we used in the group administration group is phpss_group. This page file named grouplist.php. Here are the program codes:
[...]Back to: TOC Step By Step Tutorial PHP Security
The user administration page consists of two parts. The upper part is the form to input the new user and to modify the present user while the lower part is the user list. You can see its layout in the picture 7.7. There are seven colomns in the user list:
[...]Back to: TOC Step By Step Tutorial PHP Security
The log system configuration is in the config/logging.php. Here are the options of the system log:
[...]