Posted by Nancy on 05/06/06 06:31
I am a nubby at PHP. For our first project we have tried PHP includes
on an html page that we have labeled as a php file. The problem we are
having is getting the site search to read the pages. Is there a problem
with our head?
<html>
<head>
<title><title>
<meta name="">
<meta name="description" content="">
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1">
<script language="JavaScript" src="scripts/newitems.js"></script>
<script language="JavaScript"
src="http://domain.com/scripts/menu.js"></script>
<script language="JavaScript"
src="http://domain.com/scripts/menu2_items.js"></script>
<script language="JavaScript"
src="http://domain.com/scripts/menu2_tpl.js"></script>
<link rel="stylesheet" type="text/css"
href="http://domain.com/scripts/mane1.css" />
</head>
or do site searches have problems with reading this kind of page?
[Back to original message]
|