Thread
:
array pointer?
View Single Post
12-08-2003, 11:25 AM
#
7
(
permalink
)
sde
Moderator
Join Date: May 2002
Location: us.ca
Posts: 4,530
PHP Code:
<?
// if next()
if(
$array
[
$i
+
1
])
echo
"true"
;
// if previous()
if(
$array
[
$i
-
1
])
echo
"true"
;
?>
__________________
Mike
sde
View Public Profile
Visit sde's homepage!
Find More Posts by sde