
Apr 15th, 2008, 12:29
|
 |
Nerdy Moderator
|
|
Join Date: Feb 2008
Location: In My Own Little World
Age: 14
Posts: 942
Thanks: 2
Thanked 21 Times in 21 Posts
|
|
|
Re: split xml search into multiple pages?
Something like this?
- PHP: Select all
for($i=$page*10;$xml[$i]&&$i<($page+1)*10;$i++) echo $xml[$i];
__________________
echo "Take it easy, ".$CloudedVision;
.links { site: other-road-design; blog: only-nerds-allowed; project: resource-fish; organization: ARMIES6; }
<quote>"I think it's wrong that only one company makes the game Monopoly " - <name>Steven Wright </name></quote>
|