Hi!
I'm using this write code:
But I need that the contents of file.txt destroy and write the new value, as given by $nom...any ideas???PHP Code:$nom = $_GET["name"];
$file = fopen("file.txt", "w");
fwrite($file, $nom);
fclose($file);
|
Results 1 to 3 of 3
Threaded View
|
Click Here to Expand Forum to Full Width |