PHP Code:
	
	
<?php
// Tabelle beeinflussen
if($tab_ja == 2)
    {
    // Tabelle diagonal von rechts nach links
    $abstand = 10;
    $abstand1 = 90;
    $ab = 5;
    $ab1 = "+";
    $ab2 = "-";
    }
?>
HTML Kramm
<?php
// Datenbank Kramm
for ($i=0; $i<$num; $i++)
    {
    $abstand = $abstand $ab1 $ab;// Zeile 81
    $abstand1 = $abstand1 $ab2 $ab;// Zeile 82
Parse error: parse error, unexpected T_VARIABLE in C:\wampp2036\htdocs\nav\nav.php on line 81
Ich will eine Tabelle beeinflussen, ob sie sich nach rechts neigt oder nach links.
Doch irgent wie läuft meine Rechnung nicht.
 
          


 
							
						 
							
						
Comment