HI all. I am trying to download a page from myspace that requires me to be logged in . I am already logged in but when i run this script it downloads the login page instead of the original page !! I be happy if some one help me with it so i download the correct page.Thanks

Note : in the browser i can view the page that i want to download


PHP Code:

$copyfileurl
="http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewPicture&friendID="$id
file_put_contents($id.".html"file_get_contents($copyfileurl));