Hello! I have few problems. I hope you will understand me and can help me :)
1st - I have large input form, so if i press sumbit button then it makes large query thats slows down my page and database is overload, in form is somewhere about 180 colums. (And rows with data be somewhere about 120 rows) so its too large for one table.
Then comes idea - if i split my query to tree parts one is for general part(1st - table ) another for second part(2st - table) and the last one as for information(3st - table).
So my question is can it be done? And how? (i will add my source bellow)
2st - In this Form i have image upload and thats piss me of :@ I need to upload to 10 pictures, but sometime i need upload only 1-4 pictures, but if i dont upload 10 pictures, for example only 2 its gives me error thats picture isn't selected. (I have try meny scripts and there all the same if its allow stay white space then its dont give url to my database, so i cant figure it how that could be done)
3st- In my form is 2 colums for Car manufacture and car model - i have seen some script that when you choose car manufactur its shows car model list only for that manufactur. I sopose its javascript but i don't know. (I have think about <option> tag)
So i hope you will understand me, if not write commentar and i will try explain.
You can see the demo in my site url : http://auto-part.lv/autonets.lv/lv/admin/add.php (For demo use only, and please dont press sumbit ;) )