Why am Igetting
unexpected '{' in c:\program files\easyphp\www\uploadpagephp\index.php
the include statement ??
Here is the index.php code
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<table width="600" border="0" cellspacing="0" cellpadding="5">
<tr>
<td> </td>
<td>
<?php
include {"blog.html"};
?>
</td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
</table>
</body>
</html>