I've written this if statement but cannot see what is wrong
the error is
PHP Parse error: syntax error, unexpected '}'
Any ideas?PHP Code:if ($shirtquanity=='0') {$shirt = "";} else {$shirt = $shirtquanity." x Playing Shirt Size ".$shirtsize."<br />"}

