Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > it.comp.www.php > #21851

Test php su apache

From kk <fgd@iul.li>
Newsgroups it.comp.www.php
Subject Test php su apache
Date 2018-01-20 04:06 +0100
Organization Aioe.org NNTP Server
Message-ID <p3ubol$r1f$1@gioia.aioe.org> (permalink)

Show all headers | View raw


Salve a tutti,

sto iniziando a studiare il php, il problema e' che gli script non 
funzionano, e non capisco il perche'.

Uno script di esempio e':

--

<html>
<head>
<title> Hello in php </title>
</head>
<body>
<p>
<?php

/* Primo script del libro in php comment */

echo "Oggi e' il ";
echo Date("l F d, Y");
echo "<br>";
?>

Questo e' il mio primo script il php!

</p>
</body>
</html>

--

Non capisco perche' non funziona, ho provato su altervista.org ma niente.

Il classico test php con:

-
<?php

phpinfo();

?>
-

Invece funziona.
Consigli, suggerimenti ?

Back to it.comp.www.php | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Test php su apache kk <fgd@iul.li> - 2018-01-20 04:06 +0100
  Re: Test php su apache Alessandro Pellizzari <shuriken@amiran.it> - 2018-01-20 08:40 +0000
    Re: Test php su apache kk <fgd@iul.li> - 2018-01-20 19:45 +0100
      Re: Test php su apache Alessandro Pellizzari <shuriken@amiran.it> - 2018-01-20 22:23 +0000
        Re: Test php su apache kk <fgd@iul.li> - 2018-01-21 01:22 +0100
          Re: Test php su apache Alessandro Pellizzari <shuriken@amiran.it> - 2018-01-21 08:18 +0000
            Re: Test php su apache "GO_BREXIT" <21669invalid@mynewsgate.net> - 2018-01-21 09:29 +0000

csiph-web