this is my first post here, I hope I will follow all the rules. I haven't found any answer that fits exactly to my question. I'm currently developing a Wordpress plugin and have coded a dynamic table with jQuery where rows can be added, sorted and removed dynamically. Each row has input fields in it. Now I want to save each rows input field data as a new database entry in my custom database table. I have already managed to have a jQuery variable that has each rows field entries with commas separated. Now I basically just need to get this variable into the database query and thats where I'm stuck. Maybe the jQuery variable is also the wrong way to go. Can you guys help me out?this is my first post here, I hope I will follo