Codice PHP:
<?php

$f
=fopen('a.txt''w');

fwrite($f'<?php'
for ($x 1$x 3$x++)
{
print 
$x;
}

'?>'
);

fclose($f);
So di essere stressante con tutte queste domande ma è possibile far funzionare l'esempio in cima ?