php is not woroking in my html code. php codes are converting as text here. i wrote the following code
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<!-- Bootstrap -->
<link href="frame/css/bootstrap.min.css" rel="stylesheet">
<link href="css/default.css" rel="stylesheet">
<title><?php echo "testing barta";?></title>
</head>
<body></body>
</html>
and the tile is showing in output
<?php echo "testing barta";?>
title should be only
testing barta
please tell what wrong i did?
& its a live webserver. You can check here http://windchimesys.com/bonik/ the php is working fine. You can check the following link http://windchimesys.com/bonik/hi.php