Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
sakharamg
/
NMTKD
like
0
Model card
Files
Files and versions
Community
main
NMTKD
/
translation
/
tools
/
mosesdecoder
/
scripts
/
ems
/
web
/
comment.php
sakharamg
Uploading all files
158b61b
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
111 Bytes
<?php
$fp
=
fopen
(
"comment"
,
"a"
);
fwrite
(
$fp
,
$_GET
{
'run'
} .
";"
.
$_GET
{
'text'
} .
"\n"
);
fclose
(
$fp
);
?>