View Single Post
Old May 19th, 2006, 4:58 PM   #85
Arevos
Programming Guru
 
Arevos's Avatar
 
Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 5 Arevos is on a distinguished road
Quote:
Originally Posted by zem52887
now I need a get_company_urls function, from there I need a get_company_data and I'm basically done correct?
Yep, that's about it. Remember to use sleep so that you don't stress the server.

Also, some error handling will probably be necessary. Ideally, you don't want your program to end the moment your connection times out once. Fortunately, error handling is easier than it sounds

Quote:
Originally Posted by zem52887
okay I'm an intern and I'm the last one left in the office, I think it's time to depart. Thanks for the help Arevos. Have a good weekend.
You too!
Arevos is offline   Reply With Quote