Jump to content

how to link button to php document?


zgkhoo

Recommended Posts

<html>
<body>
<table width="935" height="759" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td width="215" height="61"><form name="form3" method="post" action="">
      <p>
      <input type="submit" name="Submit3" value="Add">
        <input type="submit" name="Submit4" value="Modify">
        <input type="submit" name="Submit5" value="Delete">
          <input type="submit" name="Submit6" value="PrintOut">
          <input type="submit" name="Submit2" value="Export">
          </p>
      </form></td>
    <td width="760"><form name="form2" method="post" action=""> 
      <input name="textfield" type="text" >
      <input type="submit" name="Submit" value="Go">
    </form></td>
  </tr>
  <tr>
    <td height="411" align="left" valign="top"><form name="form4" method="post" action="">
      <table width="198" height="156" border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td width="81">Game Serial No</td>
          <td width="117"><input name="textfield2" type="text" size="15"></td>
        </tr>
        <tr>
          <td>Game Code</td>
          <td><input name="textfield22" type="text" size="15"></td>
        </tr>
        <tr>
          <td>Password</td>
          <td><input name="textfield23" type="text" size="15"></td>
        </tr>
        <tr>
          <td>Point</td>
          <td><input name="textfield24" type="text" size="15"></td>
        </tr>
        <tr>
          <td>Exp. Day </td>
          <td><input name="textfield25" type="text" size="15"></td>
        </tr>
        <tr>
          <td colspan="2"><input type="submit" name="Submit7" value="OK">
            <input type="submit" name="Submit8" value="Cancel"></td>
          </tr>
      </table>
    </form></td>
    <td align="left" valign="top"><form name="form1" method="post" action="">
      <p>
        <textarea name="textarea" cols="100" rows="50">Game Serial No. | Game Code         | Password        | Point     | Exp. Day    |</textarea>
        </p>
      </form></td>
  </tr>
  <tr>
    <td> </td>
    <td> </td>
  </tr>
</table>


</body>
</html>

 

how to make "add" button link to add.php? thanks.

 

 

 

Link to comment
https://forums.phpfreaks.com/topic/65558-how-to-link-button-to-php-document/
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.