vabeh ho fatto bene così??
e count.phpCodice PHP:<?php
include('count.php');
$sum = $count + 1;
$filename = "count.php";
$testo = "<?\$count=".$sum.";?>";
$handle = fopen($filename, 'w+');
fwrite($handle, $testo);
fclose($handle);
echo"il tuo num è: $sum"; ?>
Codice PHP:<?php $conut=0; ?>


Rispondi quotando