Maledetto Scripttt!! Lo spazio rimanee!! aaaaahhhhh!!!!!!!
Codice PHP:
<?
ERROR_REPORTING(E_ALL);
$file = $_GET['file'];
$array = file("db/menu.txt");
//Apro l'articolo
print("Titolo: ".$array[$file]." <br>");
$txt = $array[$file].".txt";
$tzt = trim($txt, "0x20");//Ho anche provato a scrivere $txt, " " ma è =
$a = file_get_contents("db/$tzt");
print("articolo: $a");
?>
Risultato debug:
Titolo: Pippoa
Warning: file_get_contents() [function.file-get-contents]: Unable to access db/Pippoa .txt in /membri/phpbbhost/cms/leggi.php on line 10
Warning: file_get_contents(db/Pippoa .txt) [function.file-get-contents]: failed to open stream: No such file or directory in /membri/phpbbhost/cms/leggi.php on line 10
articolo: