how to include another site in our website?

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
swathiit1817
Forum Newbie
Posts: 2
Joined: Wed Oct 15, 2008 5:40 am

how to include another site in our website?

Post by swathiit1817 »

A google photo album will be created and photos will be uploaded to this space. A link must be provided to navigate to this web album. The link, <Photo Album> must be accessible from the Home Page and in our site. The google photo album site must open within mysite itself to give the impression that this is from the same site.

please help me for this topic. :offtopic:

this is my ofice topic.
please help me
thanq in advance.
Last edited by onion2k on Wed Jun 17, 2009 4:30 am, edited 1 time in total.
Reason: There's no need to make your text bold.
mattpointblank
Forum Contributor
Posts: 304
Joined: Tue Dec 23, 2008 6:29 am

Re: how to include another site in our website?

Post by mattpointblank »

swathiit1817
Forum Newbie
Posts: 2
Joined: Wed Oct 15, 2008 5:40 am

Re: how to include another site in our website?

Post by swathiit1817 »

i need without using iframes in my site.
CyG64
Forum Newbie
Posts: 4
Joined: Tue Jun 23, 2009 8:56 am

Re: how to include another site in our website?

Post by CyG64 »

Hi,

the common answer is file_get_contents(...)
we use it extensively and here is a good starting point

http://hologuides.com/php/eLearning/def ... t_contents

adapt the code to extract the photos, text and whatever you want from the album and insert it into you page...

btw, let us know once it is online.

http://HoloGuides.com/php
Post Reply