Jason Pruim wrote: > Happy friday to all of you! > > May the Beer[1] flow freely from the kegs to your lips after work! > > I am trying to think through something, I am writing a simple proxy > script for my own knowledge and to simplify my life :) > > What I want to do is bring in multiple website by going to 1 webpage > (Think RSS for the entire website) have all the links work properly, > login to the pages etc. etc. etc. I think I can do this with cURL which > can pull the page in and display it properly, but I'm wondering if I > should be displaying in an iFrame to keep my navigation links at the top > to go around my site? > > Another thing that I'm trying to figure out, is if you can automacially > fill in usernames/passwords if you can find the name of the box it goes > in? simply put... txtUsername = "$_POST['Username']; will that fill it > in on the remote site? > > Anyone ever done anything like this that I could look at some code for? > > I keep searching for stuff like PHP Proxy, and get all of these sites > that ARE proxy's... Not quite what I want... > > Thanks for looking! > > > > [1]Or coke, Pepsi, Liquor, etc. etc. etc.... > -- > > Jason Pruim > Raoset Inc. > Technology Manager > MQC Specialist > 3251 132nd ave > Holland, MI, 49424 > www.raoset.com > japruim@xxxxxxxxxx So it looks like iframes. That's the only way to not break links, images etc... -Shawn -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php