Quote:
Originally Posted by seoconsult
How u include external pages...with iframe code ?
|
in this example, I think we're talking about including it in PHP.
Like so...
Code:
<?php
include("filename.php");
?>
---
I think what Chrishirst was talking about was that it doesn't utilize a lot of the server's resources (considering you have a decent server) to utilize the
include();
built-in function for PHP, however you may find it worthy of noting, that the three pages the oringinal poster is including could be code heavy and utilize a lot of the server's resources, or just be badly coded in the first place.
And I guess we'd have to take a look at those 3 files that are being included to see what it is they're doing to make a more adequate "yes" or "no" determination here; also, to take a look at the server itself and see whether you're on the cheapest hosting plan known to man, or a better server.
__________________
Currently Reading: Please login or register to view this content. Registration is FREE
|