<?php
<script type="text/javascript">
<!--
document.write("If this text is displayed, your browser supports scripting
and JavaScript enabled!");
alert("Data is added successfully");
//-->
</script>
?>
Parse error: syntax error, unexpected '<' in php
実際にデータベースにデータを挿入すると、このjavascriptボタンメッセージが表示されますが、上記のエラーが表示されます。この JV コードは html としては問題なく動作しますが、同じものを php に挿入するとエラーが発生します。php.ini などのエラーですか? PHPの初心者なので、これでhlpを探しています。