[Sussex] php problem

John Crowhurst info at johnscomputersupport.co.uk
Wed Sep 30 09:12:04 UTC 2009


On Wed, September 30, 2009 09:54, Paul Turner wrote:
> Ho John,
>
> You are missing the closing bracket on the if( statement.
>
> if (preg_match("/^Subject/", $line) {
>
> should be:
>
> if (preg_match("/^Subject/", $line)) {
>
>
> Regards, Paul.

Oh thanks, a simple typing mistake threw it out. I don't know why I
overlooked that.

-- 
John Crowhurst
John's Computer Support



More information about the Sussex mailing list