Posted by jl on 06/30/05 01:34
"ft310" <ft310@yahoo.com> wrote in message
news:mjywe.58$%T1.603@eagle.america.net...
Test20 does not work. The code from this page is
<html>
<head>
<title>RICS Test page 02 06/23/05</title>
<script language="php" type="text/php">
<!--
//-->
</script>
</head>
<body>Test Start >>>>
<script language="php">
$myvar = "Hello World 06/23/05";
echo $myvar;
</script>
<<<<Test End
</body>
</html>
---------------------------------------------------------
For PHP you don't use the <script> tags.
Start the PHP sections with <?php and end them with ?>. For some links to
PHP and other tutorials, try this site:
http://tips.webdesign10.com.
Navigation:
[Reply to this message]
|