View Single Post
Old 06-19-2007, 09:39 PM   #8 (permalink)
JRBHosting
Platinum Lifetime Member
 
Name: Jason
Last Online: 06-10-2008 02:27 PM
iTrader: (10)
Join Date: Nov 2006
Posts: 493
DNF$: 5,125
Location: USA
Country:


Re: this code error is driving me nuts!

Tony:

That error code means, in essence, that you are declaring one function multiple times. Kind of like the sentance "The box's name is Joe the box's name is Joe." This generally happens when you either have the function ..{..} code in a loop (foreach, for, while) or you have it declared in another included file.

Jason
JRBHosting is offline   Reply With Quote