Re: [PHP-DB] Strange MySQL problem with multiple consequent inserts

2001-05-14 Thread Stefano Bizzi
Thanks... but that's is just a copy & paste mistake... the original one doesnt... :) infact the query runs and insert the $DATA field correctly Thanks :) Stefano ""Brian S. Dunworth"" <[EMAIL PROTECTED]> ha scritto nel messaggio [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > At 05:56 PM 5/14/01

Re: [PHP-DB] Strange MySQL problem with multiple consequent inserts

2001-05-14 Thread Brian S. Dunworth
At 05:56 PM 5/14/01 +0200, Stefano Bizzi wrote: >$result = mysql_query ("INSERT INTO Ordini (ORDERID, DATA, RAGSOC, >INDIRIZZO, CAP, CITTA, PROVINCIA, NAZIONE, EU, TELEFONO, FAX, EMAIL, ICQUIN, >PARTITAIVA, MODPAGAMENTO, IP) VALUES ('$ORDERID', $DATA', You're missing the opening single quote o

[PHP-DB] Strange MySQL problem with multiple consequent inserts

2001-05-14 Thread Stefano Bizzi
Hi all, i have a problem that is drivin me nuts... i tried to solve it in many different ways but the behaviour is so strange that i cannot actually figure out what could cause this. The following code: $result = mysql_query ("INSERT INTO Ordini (ORDERID, DATA, RAGSOC, INDIRIZZO, CAP, CITTA, PROV