Title / Description
Code $fh = fopen($myFile, 'w') or die("can't open file"); $stringData = $projects_num.";".$bugs_num; fwrite($fh, $stringData); fclose($fh);
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code