E come ti è già stato detto, un file php va salvato con estensione phpCodice PHP:<html>
<head>
</head>
<body>
<?php
// Stampa i numeri compresi tra 10 e 15
for ($a=10; $a < 15; ++$a)
{
print "$a";
} //metti le parentesi graffe
?>
</body>
</html>
E come ti è già stato detto, un file php va salvato con estensione phpCodice PHP:<html>
<head>
</head>
<body>
<?php
// Stampa i numeri compresi tra 10 e 15
for ($a=10; $a < 15; ++$a)
{
print "$a";
} //metti le parentesi graffe
?>
</body>
</html>
PHP LEARN - Guide, tutorial e articoli sempre aggiornati
NUOVO: standardLib; il potente framework PHP é ora disponibile
*******************************************
Scarica oggi la tua copia di MtxEventManager