Hi there, is there anyone that has been able to use php’s exec(), passthru(), or system() to work from a php line or is the security blocking this?
It fails for me although I can run them from the command line.
Further, I like to know the size limitation of the exo_setglobalvariable, anyone know?
I need a php script to be able to run in the background without any output, more like a command line however while I do my html code. All I can find is browser based. Ajax? Also, it would be better if I could run this exec() within the existing .exe so I can use the exeoutput variables. I have a program that runs for hours and I need its output in a browser window but if I use iframes the other windows does not populate until the last one does which is hours in the future. Again, AJAX?
Anyone has any comments or suggestions?
/Hakan
It fails for me although I can run them from the command line.
Further, I like to know the size limitation of the exo_setglobalvariable, anyone know?
I need a php script to be able to run in the background without any output, more like a command line however while I do my html code. All I can find is browser based. Ajax? Also, it would be better if I could run this exec() within the existing .exe so I can use the exeoutput variables. I have a program that runs for hours and I need its output in a browser window but if I use iframes the other windows does not populate until the last one does which is hours in the future. Again, AJAX?
Anyone has any comments or suggestions?
/Hakan
Last edited: