Hallo,
sieht nach globals_off aus! Probiers mal so:
$file=fopen("test.txt","w");
fwrite ($file, $_GET['test']);
fclose($file);
Tschau
Tobias
Hallo,
sieht nach globals_off aus! Probiers mal so:
$file=fopen("test.txt","w");
fwrite ($file, $_GET['test']);
fclose($file);
Tschau
Tobias