Of the all the problems I have had in making code, this has got to be the strangest.
I have a <SCRIPT> clause like this
Code: Select all
<SCRIPT LANGUAGE='JavaScript'> ...my javascript code generated by PHP/MySQL... </SCRIPT>On my page, when I execute it, the code comes up as text. When I look at the source code on my browser to check it out, after the
Code: Select all
<SCRIPT LANGUAGE='JavaScript'>Code: Select all
</script>Can someone explain what is going on? This is weird!
Many thanks
Mark