Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+11 votes

In my code, I am trying to use checkboxes and different submit buttons to do different things like adding a course, deleting a course and submitting a course. However, I am having a hard time trying to connect the checkboxes to doing these different actions. Does anyone have any idea how I can do this?

asked in CSC215 by (1 point)

1 Answer

+1 vote

It would be advisable to have it href into an action php page/form, that will allow you to port the variables and have a much clearer code hierarchy

answered by (1 point)
...