Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 498 Bytes

readme.md

File metadata and controls

13 lines (10 loc) · 498 Bytes

sisparse

sisparse is used to parse the html courses table to a nomalized sql table.

  1. Import the siscode.sql file to your database
  2. Download the courses by saving the html file and replacing the courses.html file
  3. Change the database.php credentials if needed
  4. Run index.php

Note

  • Make sure you read and understand the code before using it (it's not very complicated)
  • Be careful: the html table organization might change (it already happened)