Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Retrieving Secured Page via PHP
Name: RTAdams89 Date: December 9, 2006 at 21:43:38 Pacific OS: NA CPU/Ram: NA Product: NA
Comment:
I would like to include an HTML file in an IFRAME of another page. Trick is, the HTML file is on a server that requires a login (when you go to the page it pops up a window for user name/password). Is there a PHP script out there that will automatically log in and retrieve the page?
Summary: You wouldn't do it directly with a PHP page. You would write (or find one already written) hardware control programs in C or C++ and call those programs from PHP. Although the link to the camera circ...
Summary: I'm a newbie on these things so I might be asking for something that can't be done. I have a navigation bar (#navbar) with links that when each of the links is clicked, the click will update the co...
Summary: Since you are wanting to open an HTML page and not a PHP page I am assuming you are not passing any form data to it. If that is the case you do not need to use PHP at all. A little javascript will do ...