View Single Post
  #2 (permalink)  
Old 10-23-09, 07:14 AM
End User's Avatar
End User End User is offline
Level II Curmudgeon
 
Join Date: Dec 2004
Posts: 3,027
Thanks: 14
Thanked 35 Times in 33 Posts
Quote:
Originally Posted by paligron View Post
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.
__________________
I don't live on the edge, but sometimes I go there to visit.
-------------------------------------------------------------------------
Sanitize Your Data | Oracle Date & Substring Functions | Code Snippet Library | [url=http://www.codmb.com/Call Of Duty[/url]
Reply With Quote