<?php
echo "<script type = 'text/javascript'></script>";
?>
output's page source shows this :
<script type = 'text/javascript'></script></script>
Why is it putting an extra closing tag ?? and who is putting it there ?? browser ? server ? who ?