Thread: array pointer?
View Single Post
Old 12-08-2003, 11:25 AM   #7 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,530
sde is on a distinguished road
PHP Code:
<?
// if next()
if($array[$i+1])
  echo 
"true";

// if previous()
if($array[$i-1])
  echo 
"true";
?>
__________________
Mike
sde is offline   Reply With Quote