PHP exe help

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
tecktalkcm0391
DevNet Resident
Posts: 1030
Joined: Fri May 26, 2006 9:25 am
Location: Florida

PHP exe help

Post 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
User avatar
superdezign
DevNet Master
Posts: 4135
Joined: Sat Jan 20, 2007 11:06 pm

Post 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.
User avatar
tecktalkcm0391
DevNet Resident
Posts: 1030
Joined: Fri May 26, 2006 9:25 am
Location: Florida

Post 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. :?
Post Reply