PHP-Code:
<?php
if (!empty($_POST["submit"]))
{
$s = $_POST["zahl1"];
$a = $_POST["zahl2"];
$b = $_POST["zahl3"];
$ergebnis1 = $s*$a*$b;
echo $ergebnis1." Resultat <br />";
}
?>
Hier ist die include php Datei
PHP-Code:
<?php
include("http://.www......../index.php");
?>
Kommentar