hi,
i want an application that can convert html and php into executable files.
I tried bamcompile for php but it only worked for command line php no html with it.
I need it combined. like:
<html>
<?php
$test = "hi"
echo "<font color=#ff0000>".$test."</font>
?>
</html>
this should become a gui executable file



Reply With Quote



Bookmarks