CT2
Submission Link: https://forms.gle/Lk9wvN44YoJmfGHSA
Create a PHP function to test Odd/Even. Call the function in a loop starting from 5 and ending at 20. print results in each new line on the home page. [5]
Assume you have a $_POST data containing "username" and "password", verify the user from the database "user" table and create a session for that user and save a cookie for 2 days. [5]
Last updated