C charco New member Nov 27, 2017 #1 Is there any plugin or gizmo that will allow me to use server side script such as php in a standalone HTMLexe compiled program?
Is there any plugin or gizmo that will allow me to use server side script such as php in a standalone HTMLexe compiled program?
gdgsupport Support Staff member Nov 30, 2017 #2 No, only ExeOutput for PHP is able to run PHP. However, it’s possible to display remote pages in compiled HTML EXE. You could have your PHP code run by a WAMP package and displayed by HTML EXE.
No, only ExeOutput for PHP is able to run PHP. However, it’s possible to display remote pages in compiled HTML EXE. You could have your PHP code run by a WAMP package and displayed by HTML EXE.