[phplib] insert problem From: J.Skowyra <email protected>
Date: 08/23/00

Hello
a have table named dzier a in this table i have 5 fields

field1,field2,filed3,filed4,field5

i tried to do

insert into dzier (field1,field5) values ('value','value');
later i wrote
insert into dzier set field1="value",field5="value";

when i made select * from dzier;
i was very suprised because all data that shoud go to field5 went to
field2 and if field2 was not empty before that insert, to next free field
in this example field2, but not to field5
what's wrong ???

please help

Jacek Skowyra

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>