K
Kitkatfox
Guest
Here's what i'm thinking (but this doesn't work for me);
<form action="external.php?func=changeCredit" method="post">
Purchase: <input type="text" name="newcredit" />
<input type="submit" value="Buy" />
</form>
<form action="external.php?func=changeCredit" method="post">
Purchase: <input type="text" name="newcredit" />
<input type="submit" value="Buy" />
</form>