<html> <form action="mainprogram.php" method="post"> Please define your modifer below.<br> If you want a negative modifier, type a "-" before your modifer.<br> Amount: <input type="text" name="modifier"><br> <input type="submit" name="submitmodifier"> </form> </html>
That code snippet for some reason won't pass along the value of modifier to mainprogram.php. It was working previously and cease working for an unkown reason. Any suggestions? I made sure the problem was with this and not mainprogram.php by switching the method from post to get and checking the URL bar.
Thanks!

New Topic/Question
Reply


MultiQuote






|