Posts by teste1234 • 11 points
2 posts
-
1
votes1
answer99
viewsQ: how to compare two matrices and bring different values?
I’m trying to do the scheme of creating a loop from 1 to 70 for example at the bank will return 1 10 11 20 39 50 67 69 from 1 to 70 only it will all, will only bring some numbers between 1 and 70 .…
-
0
votes0
answers200
viewsQ: Would it be possible to open a cmd window via php via web?
I am using the following code below: $wShell = new COM("WScript.Shell"); $exec = $wShell->Run("notepad.exe", 7, false); exec("C:\inetpub\wwwroot\boxlabel\box_bat.bat") or die (""); I’d like to…