Quote:
Originally Posted by paligron
Here is what I have so far but I keep on getting the Undefined Index error
|
The Undefined Index error is telling you that some variable (an array) isn't being declared before use. You can resolve this by declaring all your variables, including arrays, before running any of the code.