The exe file generated by Exeoutput creates a nice stand-alone application, in my case with MySQL (formerly I was running all my PHP files on a local server XAMPP installation).
In addition, is it also possible to access either this exe file on the network server? Or better, with my local exe accessing MySQL on the network server or on the Internet (possibly with IPs like 192.168.0.1 as for localhost, or 123.456.78.90 on the Internet) in the php script ?
In addition, is it also possible to access either this exe file on the network server? Or better, with my local exe accessing MySQL on the network server or on the Internet (possibly with IPs like 192.168.0.1 as for localhost, or 123.456.78.90 on the Internet) in the php script ?