Javascript closing tag is echoed twice from php

rec

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