Hello,
I try to insert javascript code into my php code and absolutely doesn't work.
<script language="php">
echo("<script language="javascript">
alert("Good..");
</script>");
</script>
this code always generate an error on the last </script>.
Thank you for any help.