I'm learning as i go on a side project i'm trying to do, but am having trouble finding the information i need.
I'm making a website with individual user pages with lists specific to them; think netflix or gamefly. I have repeating regions of information for one object, and i need to include just a submit button in this region that submits data based on user id and title based off of which submit they click. So no actual data entry just submit to add to queue.
I also need that submit button to appear/function differently if the user can add it to queue, or already has it in queue.
If anyone could point me in the right direction of what scripting I need to accomplish this that'd be great. I'm working on dreamweaver cs4 and mysql.