Search results

  1. david8

    Can I pass parameters to the exe?

    I’ve registered my app as a protocol handle in the registry and would like to pass parameters like %url% via the browser - is this possible? I var_dump’d $GLOBALS, $arv & $argc and I couldn’t see anything. Thanks
  2. david8

    Can clicking a custom schema/protocol launch my app?

    Is it possible to launch or refocus my application when a custom schema/protocol is clicked in a browser? (e.g %url%) Thanks
  3. david8

    Compilation Error: File being used by another process: FIXED

    I’m trying to compile a single file, index.php containing this syntax: <?php echo "Hello World"; ?> Every time I get “The process cannot access the file because it is being used by another process”. I also get a different compilation error when trying to compile the sample program - “Device not...
Back
Top