Salve,
ho questo scritp in php:
si può tradurre in Asp ?codice:<? header("Cache-Control: no-cache, must-revalidate"); header("Pragma: no-cache"); $level = null; $level = $_GET['level']; if (empty($level)) $level = 1; $fp = fopen("level$level.txt","r"); $i = 0; while ($line = fgets($fp,1000)) { echo "&asparray$i=".$line; $i++; } fclose($fp); ?>
Grazie !![]()