Computing.Net > Forums > Programming > HTML include page

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

HTML include page

Reply to Message Icon

Name: SteveWalsh
Date: July 13, 2004 at 10:32:13 Pacific
OS: XP Home
CPU/Ram: 2.02
Comment:

How can i include a page from a URL into an HTML document. What i'm doing is i have a site which handles my shopping cart, and i want to ingergrate that with my website better. So is there a way to place an HTML document inside of a document using the URL



Sponsored Link
Ads by Google

Response Number 1
Name: FBI Agent
Date: July 13, 2004 at 13:17:21 Pacific
Reply:

yes, use the php functions:

include("WEB ADDRESS");

or

include_once("WEB ADDRESS");

FBI_Agent


0

Response Number 2
Name: Don Arnett
Date: July 13, 2004 at 14:34:38 Pacific
Reply:

FBI

Technically speaking, your answer provides a way to include a webpage inside a PHP document, not a HTML document.

If a site doesn't support PHP, your method will not work.


Steve
If PHP is not an option, you might look into the .htaccess file and 'include'. Not sure if that will help.


0

Response Number 3
Name: FBI Agent
Date: July 16, 2004 at 16:18:17 Pacific
Reply:

well more than most hosts have php enabled on their servers. all except those stupid free ones like yahoo and anglefire etc. also i didnt know there was another way.

FBI_Agent


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: HTML include page

HTML - Include Statement www.computing.net/answers/programming/html-include-statement/4419.html

Need program to create 1000 HTML p www.computing.net/answers/programming/need-program-to-create-1000-html-p/10064.html

jsp:include question www.computing.net/answers/programming/jspinclude-question/7751.html