help with downloading from a login/pass web using php (repost)
-
hi, i would like to do something like that: the website targeted use PHP to login with a username and a password. and then, some menu is shown, (all using .php or .php3 extension for viewing pages.) the fact is, if i do not log with my user/password within internet explorer, i can't even retrieve files i want using internet explorer. but, even after logging in, and when i am able to download any file ending with .php3?someparam=somevalue&another=anothervalue etc... when i use a offlinebrowser application to save all pages i want, the external application finally download a page which says i'm not logged on. although i can still download that page opening an internet explorer windows... (and setting the offline browser 'spider' to identify itself as IE doesn't solve the problem.) so i have figured out that i need something, which will log in using a specified username/password, and then, will download all files linked from a single url. (and that need to work with either .php or .php3?x=1&pass=2 files...) how can i do that?
-
hi, i would like to do something like that: the website targeted use PHP to login with a username and a password. and then, some menu is shown, (all using .php or .php3 extension for viewing pages.) the fact is, if i do not log with my user/password within internet explorer, i can't even retrieve files i want using internet explorer. but, even after logging in, and when i am able to download any file ending with .php3?someparam=somevalue&another=anothervalue etc... when i use a offlinebrowser application to save all pages i want, the external application finally download a page which says i'm not logged on. although i can still download that page opening an internet explorer windows... (and setting the offline browser 'spider' to identify itself as IE doesn't solve the problem.) so i have figured out that i need something, which will log in using a specified username/password, and then, will download all files linked from a single url. (and that need to work with either .php or .php3?x=1&pass=2 files...) how can i do that?