thanks for the help guys. The reason why I was making inputs into arrays is because on the page there is 450+ input fields. Submiting them all in one would mean right 1000+ lines of codes. Thats why I wanted to split into arrays.
I decided to change all arrays to number elements for example:
DealerShipBuddySites0
DealerShipBuddySites1
etc
then just made DealerShipBuddySites=DealerShipBuddySites0:

ealer ShipBuddySites1::etc
then at other end I would use php to explode the string into an array the way I want it.
Once again thanks for the input
