[SOLVED] Parse error
Moderator: General Moderators
Parse error
im getting a parse error on a line where only a ?> is :\ does anyone know why?
feyd | Help us, help you. Please use
thats not the whole code thats just the part where the
Error deleting file is
feyd | Help us, help you. Please use
Code: Select all
andCode: Select all
tags where approriate when posting code. Read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url][/color]
Its not a sort code and it is because before i tried to implement a password protection on the script but it didn't work so i had to un-mod everything i modded up taking out all the username and password things but now after i un-modded everything i have
error deleting file.
stuck up there its not a PHP error i think im missing somethingCode: Select all
if(isset($unlink)) {
unlink("$filename");
}
elseif(file_exists($filename))
{
print "error deleting file.";
}
else
{
print "successful deletion.";
}Error deleting file is
feyd | Help us, help you. Please use
Code: Select all
andCode: Select all
tags where approriate when posting code. Read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url][/color]