Cross domain php include

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
vikramchhetryy
Forum Newbie
Posts: 2
Joined: Tue Nov 18, 2008 10:42 am

Cross domain php include

Post by vikramchhetryy »

Hi All,
I have a site running on a http://www.abc.com. I want to include this site in http://www.xyz.com.

I tried searching and managed to load login page of http://www.abc.com. when i try to login it goes to http://www.xyz.com. I know the reason why it is happening.

Can anyone suggest me a simple solution to this problem which can be done in 2-3 hrs or less if possible.

Thanks in advance,
Vikram
User avatar
aceconcepts
DevNet Resident
Posts: 1424
Joined: Mon Feb 06, 2006 11:26 am
Location: London

Re: Cross domain php include

Post by aceconcepts »

vikramchhetryy wrote:I have a site running on a http://www.abc.com. I want to include this site in http://www.xyz.com.
What do you mean?

You want to include the entire site in another site?
User avatar
Eran
DevNet Master
Posts: 3549
Joined: Fri Jan 18, 2008 12:36 am
Location: Israel, ME

Re: Cross domain php include

Post by Eran »

Please don't double post
Post Reply