teste
Php
code posted
by
lucas
created at 13 Oct 22:12, updated at 01 Nov 12:09
Edit
|
Back
1
2
3
4 |
$fh = fopen($myFile, 'w') or die("can't open file");
$stringData = $projects_num.";".$bugs_num;
fwrite($fh, $stringData);
fclose($fh);
|
139 Bytes in 2 ms with coderay