Storing Dom manipulation with PHP question
Posted: Tue Oct 08, 2013 7:20 pm
Hello,
I have a simple Javascript client script that consist of an an HTML button and when clicked it creates new DOM nodes, each with their own ID per an incrementing counter.
When the user clicks the button I want each DOM node to be stored to mysql via PHP for later recall.
I'm not sure how to go about doing this.
DO I launch a php script in conjunction with each button click to store the dom element name/ID ? Or do I go about it another way?
Just looking for some direction here.
Thank you.
I have a simple Javascript client script that consist of an an HTML button and when clicked it creates new DOM nodes, each with their own ID per an incrementing counter.
When the user clicks the button I want each DOM node to be stored to mysql via PHP for later recall.
I'm not sure how to go about doing this.
DO I launch a php script in conjunction with each button click to store the dom element name/ID ? Or do I go about it another way?
Just looking for some direction here.
Thank you.