WilHatfield
Admin
 Admin
| Posts: 17 |  | Karma: 0
|
Re: PHP Include - 2005/09/02 13:02
Well I see I still have a few adjustments to make to the skin of this forum but that is another issue entirely.
If you want to include that file create a page with your look and feel and name it whatever.phtml. Then in the body area put this:
[code:1:5e23d3e946]<?php include("http://yourlongurl"); ?>[/code:1:5e23d3e946]
This will pull in the contents of that long URL into the body of your local document whether it is from an ASP script or not. ASP is a server side language so you aren't pulling in the ASP code but only the result that occurred on that server.
I have included a test.phtml file in your root folder as an example. You probably want to delete it when you are done with it in the name of good housekeeping.
Wil Hatfield
|