Question 1:
May i know how to make a simple coding for PHP language?
Question 2:
How to run PHP language in HTML?
Question 3:
can you give me a example coding for PHP
Ingrid wrote:
Hi,
I use PHP to generate a JavaScript, like
this :
<script src="/myScript.php"></script>
The problem is that in Netscape 4.* (IE and
Opera work well) I've the following Javascript error :
illegal character.
9
.^
I'm sure the illegal character is not in the javascript source, so does apache send an header that netscape doesn't understand?
Thanks for your help