'._("FreeBox").''; $fp1 = fopen("$absoluteurl"."freebox-content.txt", "w+"); //Apri il file in lettura e svuotalo (w+) fclose($fp1); $fp = fopen("$absoluteurl"."freebox-content.txt", "a+"); //testa xml fwrite($fp, $freeboxcontent); fclose($fp); $PG_mainbody .= ""._("Your freebox has been updated!").""; } else { $PG_mainbody .= '

'._("FreeBox").'

'; if(file_exists("$absoluteurl"."freebox-content.txt")){ $freeboxcontenttodisplay = file_get_contents("$absoluteurl"."freebox-content.txt"); } else { $freeboxcontenttodisplay = NULL; } $PG_mainbody .= ' '._("(HTML tags accepted)").'



'; } // end else . if GET variable "c" is not = "ok" ?>