Posted by Domestos on 10/13/99 11:28
having trouble getting a listing in google...
if all my pages are (SSI) includes... i.e.
index.php...
<?php
include_once('includes_html.php')
html_header();
html_menu();
html_content('index');
html_footer();
?>
Will it be more difficult/impossible for google to pick my page up?
What is the best way to structure a php file? should it be HTML with php
bits in or PHP files with HTML inside echo's???
Whats best for getting a listing in google?
--
Thanks,
Andrew Makinson
[Back to original message]
|