Pablo Torres Active Member Licensed User Longtime User Oct 11, 2018 #1 I have a non-ui service that runs on a server, in the same folder I have a php that create a file, how can I run that php file and wait for it to create the file? Many thanks to anyone that can give me a hand
I have a non-ui service that runs on a server, in the same folder I have a php that create a file, how can I run that php file and wait for it to create the file? Many thanks to anyone that can give me a hand
xulihang Active Member Licensed User Longtime User Oct 12, 2018 #2 You can use jshell to run php command Upvote 0
FrostCodes Active Member Licensed User Longtime User Oct 12, 2018 #4 Also you can pipe/save the php output to a file using something like B4X: php myScript.php > output.txt Upvote 0
Also you can pipe/save the php output to a file using something like B4X: php myScript.php > output.txt