Jump to content

two forms, one table


ksmatthews

Recommended Posts

Hi There,

 

I am trying to create a page with 2 or more forms using only ONE table. Consider this code ...

 

<form action="blah.php" method="POST">

  <table>

    <tr>

      <td>Name:</td>

      <td><input type="text" name="name"></td>

    </tr>

 

    <tr>

      <td colspan="2" align="center">

        <input type="submit" name="Submit_btn" id="Submit_btn" value="Send">

      </td>

    </tr>

  </table>

</form>

 

How to create another form from within the same table ?

 

regards,

 

Steven M

Link to comment
https://forums.phpfreaks.com/topic/168489-two-forms-one-table/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.