View Single Post
  #9 (permalink)  
Old Apr 21st, 2008, 21:01
CloudedVision's Avatar
CloudedVision CloudedVision is offline
Nerdy Moderator
Join Date: Feb 2008
Location: In My Own Little World
Age: 14
Posts: 942
Blog Entries: 8
Thanks: 2
Thanked 21 Times in 21 Posts
Send a message via AIM to CloudedVision Send a message via MSN to CloudedVision Send a message via Skype™ to CloudedVision
Re: split xml search into multiple pages?

PHP: Select all

foreach ($propertiesPages as $propertiesArray) {
              
// Show the information about the item
            
$cur_prop 1
Put $cur_prop = 1; outside the foreach loop. It's setting it to one each pass, rendering the $cur_prop++; useless.
__________________
echo "Take it easy, ".$CloudedVision;
.links { site: other-road-design; blog: only-nerds-allowed; project: resource-fish; organization: ARMIES6; }
<quote>&quot;I think it's wrong that only one company makes the game Monopoly&quot; - <name>Steven Wright</name></quote>
Reply With Quote