artificialSteve Posted January 9, 2008 Share Posted January 9, 2008 I am building a website for a small co. of about 20 users. 1 is an admin, 1 is the database input user(secretary), and the rest are employees. My question is this: Is it possible to jump from my own website into someone elses(secure)website transparently?? The reason being that I need to reflect what the other site is showing so that the employees can seamlessly do their job. Is there a PHP 'browser within a browser'? Perhaps something better that I am missing?? Thanks, I am still relatively new to php, coming from basic html......and I love it! Quote Link to comment https://forums.phpfreaks.com/topic/85170-is-this-idea-realistic-complicated-or-impossible/ Share on other sites More sharing options...
drummer101 Posted January 9, 2008 Share Posted January 9, 2008 you could fopen() a URL inside an iframe.. Not entirely sure if thats what you're getting at, but it's what I gathered you were trying to do from the explanation. Quote Link to comment https://forums.phpfreaks.com/topic/85170-is-this-idea-realistic-complicated-or-impossible/#findComment-434628 Share on other sites More sharing options...
artificialSteve Posted January 14, 2008 Author Share Posted January 14, 2008 That is a good idea, though I would rather it happen behind the scenes. So could a secure connection be made with 'fopen'? Are there any issues with this? Quote Link to comment https://forums.phpfreaks.com/topic/85170-is-this-idea-realistic-complicated-or-impossible/#findComment-438604 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.