Introduction to writing spiders and agents
Dealing with password protected web sites
       
    $url = "http://www.someURL.com";
    $user_password = "usrName:hsdg1Ks9";
       
    $page = `\curl\curl -u $user_password $url`;