Jump to content
You currently have javascript disabled. Several functions may not work. Please re-enable javascript to access full functionality.
Kyosuke-RJ hasn't added any friends yet.
08/09/2011, 17:38
$handler = fopen($this->filename, "a"); fwrite($handler, $text); fclose($handler);