PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
$file_name = strtr($file_name, "'", "");
@copy ($file, "$absolute_path/$file_name") or $endresult = "<font size="2">Couldn't Copy File To Server</font>";
but it did nothing.
the problem is that magic_quotes is adding the slash to the file in the directory and now i can't delete it or open it - i'm a newbie and don't know exactly how this obviously common problem is tackled...