UnoDosTres
Erfahrenes Mitglied
Hallo Warum geht das hier nicht?
action und id werden korreckt übertragen.
PHP:
$action = $_GET["action"];
$id = $GET_["id"];
if ($action=="cancel")
{
if(file_exists($id))
{
unlink ($id);
}
}
action und id werden korreckt übertragen.