Your brackets don't match up. Use an editor that lets you do bracket-matching. Hit '%' in vi, for example.
-Rasmus On Wed, 15 May 2002, Jon Yates wrote: > People, hope you can help. The below IF statement is getting a PARSE error. > Can anyone spot why? > > Cheers. > > Jon > > if (($this->checkReferralCB($this->benefitRef, $this->benefitNo, > $this->childDOB)) > && (!$this->checkLocation($this->post, "W")) && (!empty($this->childDOB))) > || ($this->checkPregnancy($this->benefitRef, $this->benefitNo)) > > > <<JYvCard.vcf>> > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php