Re: Newbie needs answer



I'm not an expert myself, but you need to use:
 
<?php  and ?> at the end and beginning of your PHP code, and I think that would fix it.
 
Best,
 
Kees
If you could run php scripts on the client side that would work. PHP is a server side scripting language.
 
You need to find a host which has php(not too difficult) and then read a basic tutorial on php..
 
 

 I have two web page linked from http://www.rhodeisland-aa.org/ricsmeetings/index.htm

 

They are supposed to do the same thing. These pages are Test10 and Test20.

 

Test10 works (after a fashion)

 

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 &gt;&gt;&gt;&gt;

            <script language="php">

            $myvar = "Hello World 06/23/05";

            echo $myvar;

            </script>

            &lt;&lt;&lt;&lt;Test End

            </body>

            </html>

I will be grateful if someone will tell me why this does not work

 

In advance, thanks

 

Frank

 

tooheys@xxxxxxxxxxxxxxx