Question
Repeat region update page / form PHP
As part of our website's control panel we have a page that
displays all of the training courses we offer. This is done by
pulling info from mysql db using a repeat region sorted by the
course order also in the db.
My question is if I wanted to change the order on all the courses displayed by the repeat region, how to create a page that will update the data base?
My thoughts are this would involve having a hidden field to store the recordID or in my case courseID, but I am not sure how to update each displayed course with one submit button.
Any suggestions?
My question is if I wanted to change the order on all the courses displayed by the repeat region, how to create a page that will update the data base?
My thoughts are this would involve having a hidden field to store the recordID or in my case courseID, but I am not sure how to update each displayed course with one submit button.
Any suggestions?
