Search results

  1. G

    HTML 5: datalist

    Anybody out there, who can help me? I would like to have the parameter datalist in the input box (HTML 5, running at all recent browser versions). It works well in my Chrome 40 and IE 11, but not with ExeOutput. I tried both Chromium and Trident engine, but it didn’t work. I will appreciate...
  2. G

    Send mail from php / PHPMailer

    I just can’t make PHPMailer run on ExeOutput. It runs well for a long time on php source on my computer (localhost, on Apache, through gmail account, SMTP authentication, withouth sendmail), but no SMTP connection can be established when running on ExeOutput. I use standard PHPMailer (5.2): I...
  3. G

    Call to external programs with parameters

    Many PHP applications call to external utility programs with parameters. The PHP function exec() doesn’t work in very most cases in ExeOutput. There is the HEScript command RunAProgram to replace exec(): For example: procedure procExecProgram; begin RunAProgram(“Notepad”,"","",true,"")...
  4. G

    Connection to external server

    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...
Back
Top