Post form
Posted: Mon 28. Aug 2006, 09:23
Hi!
I want to build my own form, so I have created a page (plain text) with the content:
In this file, I have both the form and the code to process the form. But when I post this form to itself (index.php?id=83,...) I have no value in my $_POST-variable.
The code from my form (part):
Thanx in advance!
I want to build my own form, so I have created a page (plain text) with the content:
Code: Select all
{PHP:myPHP/agenda.php}The code from my form (part):
Code: Select all
<form method=\"post\" action=\"index.php?id=87,61,0,0,1,0\">
<table>
<tr>
<td><b>Datum:</b></td>
<td><input type=\"text\" name=\"datum\" value=\"".$nu."\">
<input type=\"button\" value=\"Datum\" onclick=\"DoCal(this.form.datum)\"></td>
</tr>
<tr>
<td><input type=\"submit\" value=\"Toevoegen\"></td><td> </td>
</table>
</form>