• Parse error: parse error, unexpected $ in /home/marneon/public_html/sariagos/updates.php on line 36
    <?php /* Don't remove this line. */ require('./wp-blog-header.php'); ?>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <title>Sariagos Private: School for the Gifted</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->
    <link href="main/simple.css" rel="stylesheet" type="text/css" />
    <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
    <link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
    <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    <?php wp_get_archives('type=monthly&format=link'); ?>
    <?php wp_head(); ?>
    </head>
    <body>
    <div class="image"> <img src="images/top.jpg" alt="" width="640" height="175" /></div>
    <div class="main">
    <?php if ($posts) : foreach ($posts as $post) : start_wp(); ?>

    <b>From:</b> <?php the_author() ?>

    <b>Date:</b> <?php the_date(); ?>

    <b>Time:</b> <?php the_time() ?>

    <b id="post-<?php the_ID(); ?>">Subject:</b> " rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?> <?php edit_post_link('','- ',''); ?>

    <b><?php _e("Filed under:"); ?></b> <?php the_category() ?>
    <?php the_content(); ?>
    </div>
    <?php require('main/side.txt'); ?>
    </body>
    </html>
    is my code. And line 36 is </html>
    I’ve read related posts, and I still cannot fix my problem.

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Another Parse Error’ is closed to new replies.