ecco corretto tutto il codice dimmi se funzionaCodice PHP:
<?php
echo "Scheda Utenti
";
echo "immagine: <img src=\"'http://localhost/utonti/".$_GET['nomeutente'].".jpg" />
text:";
$var=fopen("'http://localhost/utonti/".$_GET['nomeutente'].".txt","r");
$leggi=fread($var,filesize("$_GET['nomeutente'].txt"));
$sss=nl2br($leggi);
fclose($var);
echo "text: ".$sss;
?>![]()