This is a html/php code that is used at:
http://www.vboard.co.uk/index.php
<html>
<head>
<title>vBoard</title>
</head>
<?php
<table border="1" width="100%">
<tr>
<td width="50%">
include("totalmembers.inc.php"); </td>
<td width="50%">
include("newestmember.inc.php");</td>
</tr>
</table>
<p> include("activetopics.php");
?></p>
<html/>
You will see this error:
Parse error:
parse error in /home/jordan32/web/index.php on line 8
Line 8 happens to be a bit of HTML!