hi .. nach einiger seit mit der suche muss ich hier doch mal kurz schreiben...
System ist WIN XP mit SP2.
Server ist Xampp-win32-1.5.4a mit php 5
habe folgende Abfrage:
das ergibt nach ausführung folgendes ergebnis:
und
mir suchen nu schon zu zweit an dem fehler aber wir sind am ende
und hoffen nun hier auf hilfe...
mfg
Calard'Thar
System ist WIN XP mit SP2.
Server ist Xampp-win32-1.5.4a mit php 5
habe folgende Abfrage:
PHP-Code:
$sql = "INSERT INTO `auftr` ( `id` , `date` , `chck` , `abno` ,
`kdno` , `anre` , `name` , `str` , `plz` , `ort` , `tel` , `mobil` ,
`mail` , `txt1` , `txt2` , `txt3` , `txt4` , `capr` , `bsck` , `adat` )
VALUES ( NULL , CURRENT_TIMESTAMP , `".$chck."`, `".$abno."`,
``, `".$anre."`, `".$name."`, `".$str."`, `".$plz."`, `".$ort."`,
`".$tel."`, `".$mobil."`, `".$mail."`, `".$txt1."`, `".$txt2."`,
`".$txt3."`, `".$txt4."`, `".$capr."`, `".$bsck."`, `".$adat."` );";
mysql_query($sql) or die(mysql_error());
PHP-Code:
INSERT INTO `auftr` ( `id` , `date` , `chck` , `abno` ,
`kdno` , `anre` , `name` , `str` , `plz` , `ort` , `tel` , `mobil` ,
`mail` , `txt1` , `txt2` , `txt3` , `txt4` , `capr` , `bsck` , `adat` )
VALUES ( NULL , CURRENT_TIMESTAMP , `offen`, `20061001`, ``,
`m`, `Mustermann`, `Irgendnestr. 23`, `12345`, `irgendeinort`,
`01234/567890`, `0123/4567891`, `ich@brot.fisch`, `defekt`,
`erledigt`, `bestellung`, `info`, `10,25`, `offen`, `10.11.2006`
);
PHP-Code:
#1054 - Unknown column 'offen' in 'field list'
und hoffen nun hier auf hilfe...
mfg
Calard'Thar
Kommentar