Computer Science, asked by gkhuteta2984, 8 months ago

Conclusion for report on ISL website

Answers

Answered by ıtʑFᴇᴇʟɓᴇãᴛ
5

Conclusion for report on ISL website :-

  • XAMPP was used because it is an all-in-one package, you can use other combinations of web server and database.
  • Database access is done through the ADOdb library so it is easy to change the database (in this example it is MySql).
  • Please check all security-related settings and permissions before putting the server in production!
  • You will want to implement input checking for production use.
  • It would be a good idea to set two different users, one with write access (you use that user in the script events.php that writes data into the database), the other with read-only access (you use that user in the light_viewer.php script to get data).
  • In light_viewer.php there is a setting that should only be used for development purposes - remove it for production use:
Similar questions