Hello I'm sort of a newb to php. I need to build a course registration system. Basically a system where you would first select the course that you choose to take, followed by where you would want to take it, followed by date, I created tables for this in mysql as follows: tbl_course which includes id, course_title.
tbl_campus: id, campus_name,
and i get stuck at the date, how would I put the dates in there to select to proceed to add that course to ur cart?