Forum Moderators: open

Message Too Old, No Replies

Can google spider something like this?

         

peego

9:05 pm on Oct 19, 2004 (gmt 0)

10+ Year Member



Just wondering if google can spider dynamic content pulled into a static html page with a "include" php function? for example:

<html>
<body>
Some static text
<?php
include "review_insert.php";
?>
more static text
</body>
</html>

will google only spider the "some static text" & "some more static text" in this page?

or will google spider the "some static text" & my dynamic text pulled in from the php file review_insert & the rest of the static text?

can someone enlighten me?