HTML:
<form name="form1" method="get" action="stats/index.php">
<div align="center">
<table width="500" border="0" align="center" class="borderAround"> <tr class="secondTableColor"><td nowrap valign="top"><div align="center">
</div></td></tr><tr class="secondTableColor"><td nowrap colspan="2">
<div align="center"><strong>Suche nach Nick </strong></div></td></tr> <tr class="secondTableColor" height="40"> <td nowrap height="40" colspan="2"> <div align="center"> Nick1<br><input name="input1" type="text" id="input1" value='<?php echo $val1["nick"]; if($val1["nick"]=="") echo $val["nick"]; if($val["nick"]=="" && $val1["nick"]=="") echo $input1; ?>' size="30"></div> </td></tr>
<tr class="secondTableColor" height="40"> <td nowrap height="40" colspan="2"> <div align="center"> Nick2<br>(für direkten Vergleich)<br><input name="input2" type="text" id="input2" value='<?php echo $val2["nick"]; ?>' size="30"></div>
</td>
</tr>
</form>
Moin.... Ich habe folgendes problem mit dem Code oben:
Ich möchte dass bei klicken auf den Button absenden folgende Seite aufgerufen wird:
domain bla bla.de/index.php?show=index&input1=nick
aber irgendwie bekomme ich es nicht hin....
kann mir jemand weiterhelfen???? Habe schon gegoogled und ausprobiert... hab keine Ahnung!