i want to run a shell command in my php script
the command work well while i am trying in console
but when a am trying the same in the code with, exec, system, shell_exec... i guest on all and still not work...
no error message
a want to do a wget on a external script, to run a long script (mailing list) maybe some one know better way ?