mirror of
https://github.com/jakejarvis/jbb.git
synced 2025-10-21 05:54:25 -04:00
first commit
This commit is contained in:
9
modules/calculator/calculation_divide_result.php
Executable file
9
modules/calculator/calculation_divide_result.php
Executable file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
echo "<CENTER><FONT SIZE=\"+2\"> You chose the following sentence for the calculator: <b>$factora</b>/<b>$factorb</FONT></b><BR><BR>"; ?>
|
||||
<?php
|
||||
$calculation = $factora / "$factorb";
|
||||
?>
|
||||
|
||||
<?php
|
||||
echo "<FONT SIZE=\"+1\">The result was <b>$calculation<b></FONT><BR><BR><A HREF=\"index.php?file=calculator_divide\">New Calculation</A>" . "<br />\n";
|
||||
?>
|
Reference in New Issue
Block a user