I modified wegblog.php and when I uploaded and viewed my site it gave me a Parse error on line 5. Here is my header.
————————————————————
<?php include(“pm_inc.php); ?>
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html>
<head>
<title>Helen’s Light</title>
<meta http-equiv=“Content-Type” content=“text/html; charset=iso-8859-1” />
<!—
Pull-down menu navigation. Used with category menu.
Note: This isn’t used by default. It’s only needed if
you use the ‘pull-down version of the category menu,
rather than the ‘text link’ version
—>
<script language=“JavaScript” type=“text/javascript” >
<!—
function gotoCategory(index) {
document.categories.submit();
}
//—>
</script>
<!—CSS stylesheet—>
<link rel=“stylesheet” type=“text/css” href=“weblog.css”>
</head>
——————————————————
Help!
