hallo there,
Its a very complicate problem and i wiil try to be as brief as i can. I hope you ll be able to understand my description.
i ve coded a script that works perfect in my localhost. When i uploaded the files to a server some things just did not work.
For the script i used 2 mysql tambles. The tables have the same exact structure and different names. They are 'big' tables. 46 fields each.
the fields from the tables fills by forms section by section (lets say that a section is 3-5 fields). (one insert and then with updates).
It seems that when most fields are already filled up the next fields just wont update. There are no errors. When i try to fill up those fields by hand using PHPMYADMIN and the same sql command i used in my code the fields updates just fine.
Is there something i am missing? Do u thing it is a coding mistake or there is a apache setting i did not think about? it is important to mention that if i reapet the procedure by starting filling the table from the section that wouldnt update it will, and soon another section wont update.
i know i may did not give a quite good description. If you dont understand what i am saynig i will try again including some code..