Alright, I give up! ----I need help!
Here is what I am doing. I am creating a way for a user to create dynamic tasks/subtasks using Jquery.
My problem is really 3 fold.
1. (the easy part)...I am going to use Jquery Serialize() to submit the form to my PHP script.
2. (now we are getting warmed up)...I am lost on how to read the dynamically created fields...in PHP. The Jquery script will create a unique name for each field that is dynamically created.
3. (even harder)...MySQL
(a)---I need to figure out an appropriate table format so that the tasks are associated with the subtasks. I tried to incorporate this in the names that are generated through jquery, but in SQL is where the real magic will need to happen in order to tie the subtasks to the corresponding task.
(b)----How do I create the insert statement?
Here is the code thus far:
Please help....I know this is a lot to ask, but I am truly lost.