From: <[EMAIL PROTECTED]>

> Parse error: parse error, unexpected $end in C:\webroot\display.php on
line
> 131

I'm not going to go through all of your code, but this error means you
missed a quote or bracket somewhere, i.e. you didn't supply a closing
bracket for an IF() condition.

<?php
if($condition == 1)
{
  dothis();
?>

---John Holmes...

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to