Some readers ask me about on the PHP files.
Is very simple.
Open an Notepad and copy and paste this coding below.
Then Save it as Post.PHP.
Codes :
$value) {
fwrite($handle, $variable);
fwrite($handle, "=");
fwrite($handle, $value);
fwrite($handle, "\r\n");
}
fwrite($handle, "\r\n");
fclose($handle);
?>







