I am getting the syntax error commented code. Can some have idea, why this error comes
Error: syntax error, unexpected T_STRING, expecting ',' or ';'
echo '<script>
alert("Case successfully assigned!");
window.location.href="casedetails.php?caseid=".$row['case_id']."&&msg=added ";
</script>';