I use php to insert 270 records into a datebase (using while loops)-mysql. There is one item in each record that is very large (around 300 lines).
The loop only runs at most 3 times then stops to display that there is something wrong. However, when I replace the largest item in each record by using NULL value, it works well. What's the matter?
mysql+php4+win2k
thx
The loop only runs at most 3 times then stops to display that there is something wrong. However, when I replace the largest item in each record by using NULL value, it works well. What's the matter?
mysql+php4+win2k
thx