View Single Post
  #4 (permalink)  
Old 07-18-07, 03:59 AM
scott2500uk's Avatar
scott2500uk scott2500uk is offline
Coding Addict
 
Join Date: Apr 2006
Posts: 275
Thanks: 2
Thanked 2 Times in 2 Posts
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
Reply With Quote