ive never had this error before, could any one help me sort this out?

here is the effected section of my script.
thanks for any help

</span></p>
      <p>&nbsp;</p>
    </blockquote></td>
  </tr>
</table>
</body>
</html>
<?php 
//script end
?>

ive also tryed...

</span></p>
      <p>&nbsp;</p>
    </blockquote></td>
  </tr>
</table>
</body>
</html>

Recommended Answers

All 2 Replies

Either the error code and line with more detailed code, or the code from the page itself.

But, if you opened up a {, you must close it with another }, try putting that inbetween the

<?php & ?>

tags...

Without the actual PHP code it is hard to pinpoint the exact problem but as mentioned above it is probably a missed closing bracket.

What the error simply means is that the code processor reached the end of the code and was expecting more code. This usualy happends when you forget to close an if or loop or something of that nature.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.