j u l i e
Joined: 10 Jul 2004 Posts: 1
|
Posted: Sat Jul 10, 2004 8:47 am Post subject: HELP. URGENT {PARSE ERROR} |
|
|
I KEEP getting this error
Parse error: parse error, unexpected $ in /home/esiee7e/public_html/b2/index.php on line 63
although the number at the end (63) varies when i edit the code
i can't find anything wrong w/ it. .. this is what i have right now
<?php /* Don't remove this line, it calls the b2 function files ! */ $blog=1; include ("blog.header.php"); ?>
<html>
<head>
<title>esiee.com/b2 : blog</title>
<style type=text/css>
body
{font-size: 10px;
font-family: lucida sans unicode, verdana;
}
.img
{position:absolute;
top:0px;
left:0px;
z-index:1;
}
.blog
{position:absolute;
top:7px;
left:7px;
width:173px;
height:300px;
z-index:2;
overflow: auto;
scroll: yes;
scrollbar-arrow-color: #12406F;
scrollbar-base-color: #12406F;
scrollbar-3dlight-color: #12406F;
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #12406F;
scrollbar-darkshadow-color: #ffffff;
filter: chroma (color=#ffffff);
}
</style>
</head>
<body>
<div class=img>
<img src="1.png">
</div>
<div class=blog>
<!-- // b2 loop start -->
<?php while($row = mysql_fetch_object($result)) { start_b2(); ?>
<!-- // b2 loop start -->
<?php while($row = mysql_fetch_object($result)) { start_b2(); ?>
<?php the_date("","",""); ?> , <?php the_time() ?>
<?php the_content(); ?>
<?php the_author() ?> - <?php comments_popup_link() ?>
<!-- // this is just the end of the motor - don't touch that line either -->
<?php } ?>
</div>
</body>
</html>
PLEASE HELP AND I":LL BE SO GRATEFUL |
|