View Single Post
  #5  
Old 07-20-2008, 08:03 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by excaliber7388 View Post
Is it that you know the punch script does not use 'i', or is the i variable local to that block, and I was wrong in my thinking?
'i' should be declared at least once; something like this:

PHP Code:
for ( temp.foo )
{
  echo( 
);

is perfectly acceptable.

Like Zero said, try to debug it.
__________________
Reply With Quote