cih weiß es gibt schon viele Threads mit diesem Thema. Habe aber leider über die Suche kein passendes Ergebnis gefunden. Folgendes:
Habe eine PHP-Datei mit einem Head
Code: Select all
<?php $outgoings = $input1 + $input2 + $input3 + $input4 + $input5 + $input6 + $input7 + $input8 + $input9 + $input10 + $input11 + $input12 + $input13 + $input14 + $input15 + $input16 + $input17 + $input18 + $input19 + $input20;
$x = $outgoings / 31;
$answer = floor ($savings / $x);
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
Code: Select all
td width="539" valign="top" class="articleSummary"><p><span class="headingBlueBig">
<?php if ( $outgoings == 0 ) {
echo "Your savings for a rainy day of £" .$savings. " will last as you have no outgoings"; } else {
echo "Your finances will stretch " .$answer." days should you lose your income";} ?>
</span><br />
</p>
</td>
Wie kann ich diese Datei richtig einbinden????
Danke im voraus