Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > it.comp.www.php > #21851
| 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) |
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 | Next — Next in thread | Find similar | Unroll 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