im actually in the early stages of planning something here and im thinking of using curl but still trying to figure out how to do what i need to do with it
basically i need to use a login form on one site to log into another site - easy
then i need to display what was on that other site onto the new site - easy
the tricky part is i want to change the links on the new site and on the page gathered from the old one so that when someone clicks on them they stay on the new site instead of navigating out
any ideas? maybe set up some sort of iframe after the initial login? i have access to both sites
|