View Single Post
  #2  
Old 08-28-2006, 05:21 PM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
The only time I recived that error, was when I accidentily had two loops using the same var. Example:

PHP Code:
for (0whatever++) {
  for (
0whatever2++) {
  }

__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote