Page 2 of 2

Posted: Mon Nov 24, 2003 2:23 am
by seeker2921
Well, I thought about that error thing already and I added it and it told me that I had the wrong count and I had forgotten a var so I added it then tryed it again and it updated to the database but it didn't put the correct information in the correct fields in the database??

Atleast it is updating to the database now, Thank you for helping..

Posted: Mon Nov 24, 2003 2:26 am
by infolock
if it didn't put the correct data into the database, then that would be because you are either a) trying to put data into your table's field that doesn't comply with the TYPE of the field you specified, or b) you are not assigning the variables with the correct $_POST, or you are inserting the variables in the incorrect order. hope that helps.