wright67uk Posted June 3, 2013 Share Posted June 3, 2013 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 More sharing options...
PravinS Posted June 3, 2013 Share Posted June 3, 2013 your semicolon ( ; ) is after curly bracket ( } ), bracket should be after semicolon Link to comment https://forums.phpfreaks.com/topic/278701-syntax-error-unexpected/#findComment-1433749 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.