|
Posted by nemo on 06/29/05 22:52
On Wed, 29 Jun 2005 15:03:04 -0400, "Kees Boer"
<keesboer@integrity-computing.net> wrote:
>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
> "Simon Bridgewater" <simon@webworx.co.uk> wrote in message news:Crywe.12151$zM2.4006@newsfe4-gui.ntli.net...
> 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..
>
>
> "ft310" <ft310@yahoo.com> wrote in message news:mjywe.58$%T1.603@eagle.america.net...
> 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 >>>>
>
> <script language="php">
>
> $myvar = "Hello World 06/23/05";
>
> echo $myvar;
>
> </script>
>
> <<<<Test End
>
> </body>
>
> </html>
>
> I will be grateful if someone will tell me why this does not work
>
>
>
> In advance, thanks
>
>
>
> Frank
>
>
>
> tooheys@fullchannel.net
You need to go back to basics on the operation of php. You're making such
an elementary mistake that it's clear you have yet to put php and tutorial
into a search engine. Do that, and you'll get loads'v helpful URLs.
Navigation:
[Reply to this message]
|