Getting $_POST variable from table
Posted
by Sakamoto Kazuma
on Stack Overflow
See other posts from Stack Overflow
or by Sakamoto Kazuma
Published on 2010-05-08T02:19:46Z
Indexed on
2010/05/08
2:28 UTC
Read the original article
Hit count: 272
I'm trying to build a sort of resource allocation form. I'd like to be able to print a table from a database, and then allow users to click on each cell that they would like to reserve. Also, being able to drag and select multiple cells. Then send all of this via $_POST to another php script.
Problem is, I have no idea where to start.
Any suggestions?
© Stack Overflow or respective owner