ho questo semplicissimo codice
mi crea la pagina ma quando la visito compare:Codice PHP:
<?php
$nome = 'franco';
$url = "../$nome.php";
$new_file = fopen($url, 'w');
$stringa=('<?php echo ciao; ?>');
fwrite($new_file,$stringa);
fclose($new_file);
?>
quale potrebbe essere il problema?codice:Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request...