while( TRUE ) {
  $actions++;
  $words--;
}

$bets = array(1,2,3,4,5);
unset( $bets );

$arr = array( 'this', 'that', 'times' );
$arr[] = 'behind';

for( $i = 0; $i <= 6; $i++ ) {
  $deep++;
}

for( $i = 0; $i <= 5; $i++ ) {
  $flies--;
}

thnx,
Chris

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to