The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
Might be simple but im doing something wrong...
this is the code: The HTML Doc: HTML Code:
<html> <head> <title>The PHP Calculator :+)</title> </head> <body bgcolor="#FFFFFF"> <strong>The PHP Calculator</strong> <form action="Form_Handeling.php" method="GET"> First Number: <input type="text" name="number_one" maxlength="3"> <br /> Second Number: <input type="text" name="number_two" maxlength="3"> <br /> Operator: <select name="actions[]"> <option value="+">Add those mofos!</option> <option value="-">Subtract those mofos!</option> <option value="/">Divide those mofos!</option> <option value="*">Multiply those mofos!</option> </selct> <input type="submit" value="Calculate!"> </body> </html> PHP Code:
Something isnt working properly in there... anyone sees anything wrong? |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|