Search found 2 matches

by AdzProductions
Fri Nov 30, 2012 5:24 am
Forum: Tutorials
Topic: Errors after having completed the blog with comments tut.
Replies: 3
Views: 1290

Re: Errors after having completed the blog with comments tut

Blog_list.php [syntax=php]<?php include('core/init.inc.php'); ?> <html> <head> <title> </head> <body> <?php $posts = get_posts(); foreach ($posts as $post){ ?> <h2><a href="blog_read.php?pid=<?php echo $post['id']; ?><?php echo $post['title']; ?></h2> <h3>Author:<?php echo['user']; ?> at exact...
by AdzProductions
Fri Nov 30, 2012 4:22 am
Forum: Tutorials
Topic: Errors after having completed the blog with comments tut.
Replies: 3
Views: 1290

Errors after having completed the blog with comments tut.

Below are all of the errors I am getting: "Parse error: syntax error, unexpected $end in /usr/local/www/project/A._____/website + blog/blog/blog_post.php on line 35" "Parse error: syntax error, unexpected '[' in /usr/local/www/project/A._____/website + blog/blog/blog_list.php on line ...