Search results

  1. P

    Save value in string

    echo system( ‘echo | C:\WINDOWS\System32\wbem\wmic.exe path win32_computersystemproduct get uuid’); I need to save the result of this code in a string, example: $string = system (‘echo | C: \ WINDOWS \ System32 \ wbem \ wmic.exe path win32_computersystemproduct get uuid’); but it doesn’t work!
  2. P

    PHP flush(); not working

    Some way to make PHP flush (); work, because it is only missing from my project, and natively the application is not working!
  3. P

    Problem with accent when encoding .php

    When selecting the “Encode php file with internal protection” option in .php files, after compiling, the accents appear with an error, type ‘ç’
  4. P

    Open .exe with PHP

    I would like a PHP command to open an .exe that will be in the same folder as my application, and a PHP command to close the .exe
  5. P

    Error opening application in Windows 7

    After installing version 2020, when trying to open, this error appears, in Windows 7, I tested it in Windows 10, not the error, but I do not want to be forced to use Windows 10
Back
Top