I have a table (that can be fairly large….say 200×200 px) where each cell has a background color, and a small image in it. The user will be able to click the cell and change the color/symbol (the symbol represents the color), via jQuery/Javascript. How can I pass the table data to a PHP script so it can be assembled into an image or pdf?
Share
Here is a demo: http://jsfiddle.net/y8NwV/
This will iterate through each
TDelement in your table, get it’s background color, and then add that data to a two dimensional array.