essentially, i would like 2 pages, the first (main), to display a table with 3 columns, and the second page containing the following
Username : Password : Selection 1 (dropdown menu) Selection 2 (dropdown menu), and finally a submit button and a clear button, when someone puts in the data, and hits submit, the data is sent to a prewritten peice of html/php with their selected options inserted, this is then written to a text file.
Code: Select all
<table width="600" border="0" cellspacing="1" cellpadding="0">
<tr bgcolor="#F5FAFE">
<td width="220"><div align="center"><font color="#666666" size="2" face="Verdana, Arial, Helvetica, sans-serif">***Data
1 example***</font></div>
</td>
<td width="215"><div align="center"><font color="#666666" size="2" face="Verdana, Arial, Helvetica, sans-serif">***Data
2 example***</font></div>
</td>
<td width="161"><div align="center"><font color="#666666" size="2" face="Verdana, Arial, Helvetica, sans-serif">***Username
example***</font></div>
</td>
</tr>
</table>the data submitted into the text file upon voting, is added at the end of all data, as this file is written into the main pages html as an include (So it adds the data to a table, a new row for each vote)
hmm,. thats about it, ive attached the file with the dropdown menu values and mockup username database... i hope someone can see past my n00bness and help :/
the file with the data is at http://www.naoneo.com/help.zip or at least it will be when my host lets me login >_<