Re: Does not work
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.php archive

Re: Does not work

From: Jeroen <myspam@emp3mail.com>
Date: Thu Jun 30 2005 - 01:16:05 CEST

i'm totally not that much into php! :B but i think this is an easier way to
encapsulate your php code:

<?php
$myvar = "Hello World 06/23/05";
echo $myvar;
?>

am i right guys?

if it still doesn't work.. first thing i'd check is, if my php is installed
right.

Greets
Jeroen

<tooheys@fullchannel.net> wrote in message
news:1120086203.414032.273130@f14g2000cwb.googlegroups.com...
> This may be to simple for the level of material I've already seen here,
> but nothing ventured.
>
> 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 namely print out "Hello World"
>
> 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@fullchannel.net
>
Received on Mon Oct 17 20:59:36 2005