Remove all instances of header() #11
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Most instances of the header() function are due to being restricted to PHP in the first half of the assignment.
logincontroller.php:37 -> Handles the persistence of query parameters through the login.
paginationcontroller.php:110 -> Handles the persistence of query parameters through pagination.
Both of these issues are fixed by other issues, namely #10 and #9.