What I would like to do is take a simple PHP file such as something like:
$myvar = "Hello World";
echo $myvar;
?>
And compile it so that it is in an .exe file? Can I do this so that it is cross platform?: I would like to take this .exe file, place it on a server in a folder and then if the server has PHP installed it could then execute it. I know there are a few free programs to do it but I would like to know of a compiler that is trustworthy and could do this efficiently.
Also I would like to be able to do the same with JavaScript. Any suggestions, ideas or good tutorials?
Thanks,
Brian
2007-03-07
14:23:10
·
7 answers
·
asked by
Brian D
1
in
Computers & Internet
➔ Programming & Design