Help me please. I am at my wits end.
I have a loop that goes through 3 arrays, using those values to do an INSERT query using mysql_query()... things seem to work fine until I really started paying attention.
All 3 passes report Update Successful from the mysql_query () or die loop, but looking at the tables in SQL, only 2 of the 3 tables have data!
Empty all tables, try again. Same thing, only with a different table being empty! What the hell is going on here?
How can the mysql_query run fine and run successful, but no data get imported?
Please... the client is starting to think Im an idiot.
Jeff