i want to know what is diffrence between exec() and system() and passthru() in PHP ?
because sometime i want to run some system command , i mostly use exec , but dont which one is good to use to run system command in webservers(use both : linux or windows) , so advise me
Read more