The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#8
|
||||
|
||||
![]()
Maybe you can try this
Code:
<html> <head> <title>The PHP Calculator :+)</title> </head> <body bgcolor="#FFFFFF"> <strong>The PHP Calculator</strong> <form action="Form_Handeling.php" method="post"> 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="op"> <option value="+">Add those mofos!</option> <option value="-">Subtract those mofos!</option> <option value="/">Divide those mofos!</option> <option value="*">Multiply those mofos!</option> </select> <input type="submit" value="Calculate!"> </form> </body> </html> PHP Code:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|