Nachdem ich mir das error reporting jetzt auch mal antun will und ich nicht einfach alles ignorieren was funktioniert, taucht folgende Notice auf:
Notice: Use of undefined constant text - assumed 'text' in /var/www/vhosts/style-that.de/httpdocs/index.php on line 21
	
Wieso undefined? Und wieso gibt er den Wert aus wenn es nicht definiert ist?
							
						
					Notice: Use of undefined constant text - assumed 'text' in /var/www/vhosts/style-that.de/httpdocs/index.php on line 21
PHP-Code:
	
	
$sql="SELECT text,id FROM test WHERE id=1;";
$db->query($sql);
        WHILE ($data=$db->data()) {
            $bla = $data[text];     
             echo $bla;
        } 
 
          
 Danke
 Danke
							
						 
							
						 den kannte ich auch noch nicht...
 den kannte ich auch noch nicht...
							
						
Kommentar