This is my basic login code so far.
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <style type="text/css"> <--> .banner { background-color:#707070; width: 50%; height: 40px; font-size: 15px; } </style> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> </head> <body bgcolor="#666666"> <div align="top"><img src="Plain-Banner-605x136.gif" width="784" height="150" /></div> <table width="784" height="272" border="1" cellpadding="0" cellspacing="0" bordercolor="#000000" bgcolor="#CCCCCC"> <tr> <th><div align="center"><u>Registration Page</u><br /> </div> Enter your EVE Username and API Key </th> <td align="middle" width="300" height="270"><form id="form1" name="form1" method="post" action=""> <div aling="top"> <center><h3>Register Now</h3></center> <form> EVE Username: <input type="text" name="Firstname"> <br /> EVE API Key: <input type="text" name"lastname"><br /> <a href='test.html'><input type ="submit" value ="Submit"></a> </form> </td> </tr> </table> <table width="782" height="30" border="1" align="left" cellpadding="0" cellspacing="0" bordercolor="#000000" bgcolor="#CCCCCC"> <tr> <td width="223" height="21"><center> Register on the Site today :D/></center></td> </tr> </table> </html>
I have the php code already, I just don't know how to link it through the submit button, and then display a thank you page if the request was successful for communication, which then loads a list, but I'm more focused on how to just get the button to link to another page embedded with a php script.