i have got that error when trying to open my files after adding some line on on the file. here are my codes
if($topic=="WINDOWS"){?>
<script>
window.location = 'home.php';
</script>
<?php }elseif($topic=="MAC"){?>
<script>
window.location = 'mac.php';
</script>
<?php }elseif($topic=="LINUX"){?>
<script>
window.location = 'linux.php';
</script>
<?php }elseif($topic=="ANDROID"){?>
<script>
window.location = 'android.php';
</script>
<?php }elseif($topic=="PROGRAMMING"){?>
<script>
window.location = 'program.php';
</script>
<?php }elseif($topic=="HARDWARE"){?>
<script>
window.location = 'hardware.php';
</script>
<?php }elseif($topic=="IOS"){?>
<script>
window.location = 'ios.php';
</script>
<?php }else {?>
<script>
window.location = 'msoffice.php';
</script>
<?php }
}?>
the error occurred on line that started with HARDWARE. I have tried to check but i couldint find that error. could some one help me with this? thanks in advance