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? Quote Link to comment Share on other sites More sharing options...
PravinS Posted June 3, 2013 Share Posted June 3, 2013 (edited) your semicolon ( ; ) is after curly bracket ( } ), bracket should be after semicolon Edited June 3, 2013 by PravinS Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.