equens
06-10-2002, 20:49/08:49PM
Hello, I want to add php pages to a new site. 90% of code is html and I compose all pages by includes:
First...---------------------------- (functions.php)
<?php
function Header()
{
?>
Hello Free Search Engine Discussion Forums !!!
<?
}
After...------------------------------ (welcome.php)
<? require "../functions.php";
Header();
some html code
Menu();
some html code
Footer();
?>
All my url kyper links are simple like welcome.php and products.php. Can consider sear engines my pages like html pages or there is a problem?
Thanks!!!
First...---------------------------- (functions.php)
<?php
function Header()
{
?>
Hello Free Search Engine Discussion Forums !!!
<?
}
After...------------------------------ (welcome.php)
<? require "../functions.php";
Header();
some html code
Menu();
some html code
Footer();
?>
All my url kyper links are simple like welcome.php and products.php. Can consider sear engines my pages like html pages or there is a problem?
Thanks!!!