kotnik on 05/09/07
Last Edited at 05/09/07 05:42am
$myFile = "/tmp/slike.txt";$fh = fopen($myFile, 'a') or die("can't open file");fwrite($fh, print_r($povratak_fje));fclose($fh);
Report this snippet Tweet
Comment:
You need to login to post a comment.