View Single Post
Old 12-28-2007, 10:13 AM   #4 (permalink)
xenon
The Frequenter
Newcomer 
 
xenon's Avatar
 
Join Date: Dec 2007
Location: Bucharest, Romania
Posts: 438
Thanks: 3
xenon is on a distinguished road
Default

You mean shell commands. And the answer is mostly yes. Avoid using shell commands very much, though (it's ok to use mysqldump or mysqlimport for example - they are the same on both *nix and windows). Why do you need them so badly? Write a library in PHP that does the same thing, if it's not a common FS operation or such.
__________________
I have optimistic thoughts, even though sometimes (if not always) life's a bitch.
xenon is offline  
Reply With Quote