I know I've done this, but for the life of me I can't remember how to do it.
I have 3 forms that will run the same update.php script.
BUt depending on the "Name" of the form, a different ending response will be given.
How to I get ahold of the name part of the form tag?
<form name="KClose" Action="update.php">
...form fields...
</form>
I have 3 forms that will run the same update.php script.
BUt depending on the "Name" of the form, a different ending response will be given.
How to I get ahold of the name part of the form tag?
<form name="KClose" Action="update.php">
...form fields...
</form>