LothaR
12-17-2002, 06:19 PM
Hi guys,
I have a question concerning include() and require() functions.
I'm planning to use a simple code in order to build a module-based website (diabolical, isn't it ;)?):
<?php
require("LogoGraphicsEtc.php");
require("Text.php");
require("ClosingGraphics.php");
?>
LogoGraphicsEtc.php - all the important indexing info will be here (keyword list).
My question is:
How will robots manage to index such a website, since the actual end-user documents are not static - they are being "built" by php "on demand"?
If you guys know the answer to my question, post something, please :).
I have a question concerning include() and require() functions.
I'm planning to use a simple code in order to build a module-based website (diabolical, isn't it ;)?):
<?php
require("LogoGraphicsEtc.php");
require("Text.php");
require("ClosingGraphics.php");
?>
LogoGraphicsEtc.php - all the important indexing info will be here (keyword list).
My question is:
How will robots manage to index such a website, since the actual end-user documents are not static - they are being "built" by php "on demand"?
If you guys know the answer to my question, post something, please :).