Jump to content

syntax error - unexpected }


wright67uk

Recommended Posts

I'm having the following error when running my code;

 

Parse error: syntax error, unexpected '}'    ..... line 188

 

my code is 

<?php 

if ($_attributeType["name"] === 'Windsor') {$pc ='SL4'};   //line 188
include 'file_weather.php' ;
?>


My curly brace is clearly there, so can I put this down to something else?

Link to comment
https://forums.phpfreaks.com/topic/278701-syntax-error-unexpected/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.