hello everybody,
Very simple question in deed.
I print out the following after I submit a button.
How can i print the following two buttons in the previous form i.e, after the form is submitted, how should i display in the same form.Of course, these two buttons should appear only after the form is submitted.Is my question something meaningful:-/
echo "
<center>
<form name=\"formConfirm\" method=\"post\" action=\"\">
<input type=\"hidden\" name=\"delete\" value=\"$delete_serialized\">
<input type=\"submit\" name=\"confirmed\" value=\"Yes!\">
<input type=\"submit\" name=\"cancel\" value=\"No!\"><BR>\n
</form>
</center>
Thanks any way