Question: [10 manks] Below is a portion of a PHP document that shows the names of the users who are currently logged into the wrb-based application.
[10 manks] Below is a portion of a PHP document that shows the names of the users who are currently logged into the wrb-based application. When a urer lags in, their usernarne is saved in the "name" field of the CunUsers table, and then deleted when they log out. The timestamp of when they logged in is swed in the "Hogin dt" field. Your task is to list each of the logged in users (ordered by when the logged in) encapsulated in a ep> tag. This feature should only be available for the currently logged in user if they are an administrator of the web-based application. If the current ine is not an adiministrator then the output says "unauthorized". A session variable ("authority") is set when a user logs in. The value of this sexsion variable is ether "adrin" if the current user has administrator access or "user" otherwise. Write the PHP code that will accomplish these tasks using proper and efficient programming techniques so that you are connecting to and using the database only when you needed. current_users.php Include(db.phpp) 1f thant your code here and at the approprlate place within the Hin code belon chead? ctitioycurrent Userse/titles sfteads ebody? sfbody? c/htel
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
