![]() |
Yahoo! Grabber
1 Attachment(s)
Me presents the Yahoo! Grabber. Since I've seen many requests over the internet for this one, I wrote a little class to do just this: grab your Yahoo! address book, and since this is one of my favorite forums, I decided to share it with the world :)
Quote:
|
Works great!
For people that only want the e-mail addresses and not the other stuff, i wrote this little function: PHP Code:
|
PHP Code:
PHP Code:
PS: the post editor has some serious problems when replying. |
And new features here:
//print_r( $address_book_csv ); $i = 0; while($i < count($address_book_csv)) { echo($address_book_csv[$i]['first'] . ' '); echo($address_book_csv[$i]['middle'] . ' '); echo($address_book_csv[$i]['last'] . ' '); echo($address_book_csv[$i]['email'] . '<br>'); $i++; } echo '</pre>'; and nick and etc.. etc... :) |
| All times are GMT. The time now is 10:31 AM. |
Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0