Search results

  1. L

    Encoding with internal protection - UTF-8 problems

    I have a PHP page that contains some HTML with UTF-8 chars (ex. “ș ț Ș Ț à Π”). It works well on an online server. It works well in an exe build with ExeOutput 2018.1 problem: If I use the ExeOutput 2018.1 option: “Encode php file with internal protection” on this file, then the UTF-8 chars...
  2. L

    Switch window to Fullscreen using HEscript or something?

    Hello, Is there a way to toggle between normal and full-screen mode while running an exe build with ExeOutput for PHP? For example, the user is interacting with the application in normal window, and at some point when s/he clicks a button to run a game, the app switches to full-screen, then...
  3. L

    Help on a RUNTIME ERROR Write to/Read from registry

    Hello, I can not find anywhere a working example to: create a registry key (ex. “HKEY_LOCAL_MACHINE” -> “SOFTWARE\Example”) write a string (ex. “Name” -> “John”) then read that string I want to test a simple program like: index.php: <?php $name="John"; exo_runhescriptcom...
Back
Top