One web automatic single page submission system submission form: htmlheadtitleUntitledDocumenttitlemetahttp-equivContent-Typecontenttexthtml; charsetgb2312headbodybgcolor # 006633for#hodpostactionresult. automated # D2E one web automatic single page submission system
Submit form:
Untitled Document
Php handler:
If ($ nickname = ""){
Print"
Question?
";
}
Else if ($ key = ""){
Print" Keyword?
";
}
Else if ($ note = ""){
Print" Content?
";
} Else {
Print"";
$ T = date (Y, m, d );
$ Note = str_replace ("<", "<", $ note );
$ Note = str_replace (">", ">", $ note );
$ Note = str_replace ("n ","
", $ Note );
$ Main ="
Untitled Document
Bgcolor = "#006633" type = "codeph" text = "/codeph">
$ Nickname
$ Note
";
$ Fdd = fopen ("count.txt", "r ");
$ Cdd = fread ($ fdd, 5 );
$ Cdd ++;
Fclose ($ fdd );
$ Fdd = fopen ("count.txt", "w ");
Fwrite ($ fdd, $ cdd );
Fclose ($ fdd );
$ Ttt = ". html ";
$ N = $ cdd. $ ttt;
$ F = fopen ($ n, "");
Fwrite ($ f, $ main );
Fclose ($ f );
Print"
Submitted successfully
";
}
?>
Return