I am trying to use the php include code to load an external webpage 
inside my own for things like an external message board and what not. 
I am familiar with the php include script since I use them to include 
header/menu files and what not but I cant seem to get it to work with 
an external page.  This is an example I am trying to use (using google 
as the example web page):

<? 
include("http://www.google.com";);
?>

is there any modifications to this code or another method I can look 
at for doing this without having to resort to using frames??  Thx





Community email addresses:
  Post message: [email protected]
  Subscribe:    [EMAIL PROTECTED]
  Unsubscribe:  [EMAIL PROTECTED]
  List owner:   [EMAIL PROTECTED]

Shortcut URL to this page:
  http://groups.yahoo.com/group/php-list 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/php-list/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/php-list/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to