Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: noyz klausimai

Parašė avice· 2010 Spa. 18 16:10:52
#44

tai ten ir ziurek pvz:


 
 
$myFile = "FAILAS.txt";
$fh = fopen($myFile, 'w') or die("can't open file");
$stringData = $_POST["TEKSTAS"];
fwrite($fh, $stringData);
fclose($fh);
 

Redagavo avice· 2010 Spa. 18 16:10:53