Im inserting data into my table but when I run a query in PHPMyAdmin the refno has been generated (primary key auto_increment) but the remaining fields have null values. I have over 200 fields being posted in one go. My code is over 800 lines. I tried a multipage session approach but I wasn't suceeding and my deadline is tommorow!
Maybe the server is only allowing contact for a short time. Are you getting any errors?
If you just submit a few values (for the moment), does that work?
Can you use the same insert query in phpmyadmin (fill it with fake values for testing) ?