Thread: Yahoo! Grabber
View Single Post
Old 01-27-2008, 01:40 AM   #3 (permalink)
xenon
The Frequenter
Newcomer 
 
xenon's Avatar
 
Join Date: Dec 2007
Location: Bucharest, Romania
Posts: 438
Thanks: 3
xenon is on a distinguished road
Default

PHP Code:
while($i <= (count($address_book_csv) - 1)) 
could be rewritten as:

PHP Code:
while($i count($address_book_csv)) 
You can show what ever you want, that's why I chose to return an array of values

PS: the post editor has some serious problems when replying.
__________________
I have optimistic thoughts, even though sometimes (if not always) life's a bitch.
xenon is offline  
Reply With Quote