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!
Here are two lines of codes from my script. the second line is consistent. It successfully deletes the file contained in $filename meaning, exec works fine and $filename contains a valid filename. However the first line (one with gunzip) sometimes works sometimes it doesn't. Anyone encountered this weird problem? TIA