Page 1 of 1

PHP exe help

Posted: Fri Jul 27, 2007 8:51 pm
by tecktalkcm0391
Hi, I'm trying to use Bamcompile (http://www.bambalam.se/bamcompile) to make a .exe file from my PHP file. I wanted to know how to do this, if possible.

I have a page create.php which has a form on it. After it is submitted (back to create.php) it process the information and returns data on the same page (nothing from the outside).

I can't seem to get that to work with Bamcompile... all i get is a exe file that does nothing. Any help would be greatly appreciated. Chris

Posted: Fri Jul 27, 2007 9:15 pm
by superdezign
I haven't visited the site, but it sounds to me that this is supposed to compile PHP similar to how C++ and other languages are compiled, and that it wouldn't generate HTML.

Posted: Fri Jul 27, 2007 9:29 pm
by tecktalkcm0391
I don't think it does that it does something with PHP by PHP bytecode (I think).

See I just can't figure out how to let the user input data. :?