How to POST form data from within a table to PHP
问题 I currently have a Timesheet form I am creating for the employees at my work and I am stuck at getting the input values to post correctly. I have a database set up but right now, I can't even get the values to show in a .php page. Here is a sample from my current table: <html> <form method="POST" form action="result.php"> <table> <tr><td><b>Day of Week</td><td><b>Week 1 Hours</td><td><b>Week 2 Hours</td> <td> <tr><td>Monday</td><td> <input type="text" name="Monday" size="3" maxlength="4"