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!
the strane thing is that when i run the same from command line it takes no more then a second
but when i run this line from php script it can take a minute and even ,ore
why is that>
tnaks in advance
peleg
Different file sizes? Plus your making apache load php, which is then running a system command, which is then running the requested program. Its bound to take a bit longer. Why not see if there is a php class that does the same things, or write one.