Kód: Vybrat vše
<?php
$sms = $_GET['sms'];
$credit = $_GET['credit'];
$real_credit = $_GET['real_credit'];
$time = $_GET['time'];
$id = $_GET['id'];
$customer_text = $_GET['customer_text'];
$custom_nick = $_GET['custom_nick'];
if (empty($sms)) { die('Error'); }
$file = "ucty.txt";
$fh = fopen($file, 'a') or die ("Nenasiel som subor".$file." ! Vytvorte ho.");
$str = $sms."\n";
fwrite($fh, $str);
fclose($fh);
?>
no ale do súboru sa nič nezapisuje
