Alright here we go....This project for class is due tomorrow and i'm totally stumped so any help would be greatly appreciated!!
The following information should be in the 2 column 7 row form a table i'm not sure how to insert tables in here so this will have to do...ok i have this information and the area codes obviously correspond the the states across from them and i need to take this information and......
Area Code State
319, 515, 712 Iowa
218, 320, 507 Minnesota
414, 608, 715, 920 Wisconsin
308, 402 Nebraska
314, 417, 636, 660, 81 Missouri
Other Other
Put it in the form of a 2 column 7 row table so that it accepts a list of area codes as a URL paremeter named acList and computes and displays how many in the list belong to each state.
My professor said a LIST LOOP with a SWITCH STATEMENT and the a COUNT FUNCTION is need for it to work properly.... here is an example of what one should look like.....
example... stateStats.cfm?acList=319,515,218,218,320,314,417,417,636
State Number
Iowa 2
Minnesota 3
Wisconsin 0
Nebraska 0
Missouri 4
Other 0
If anyone could help me out they would be a LIFESAVER!!!
Thank you,
wagner12