English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

i would like to know if there is a compiler for html and php?? thanks!

2006-08-27 18:44:16 · 3 answers · asked by mark jason p 1 in Computers & Internet Programming & Design

3 answers

What would you compile HTML into?

As to PHP, Roadsend makes standalone PHP compilers for Unix and Windows:

http://www.roadsend.com/home/index.php?pageID=compiler

If you want to use PHP with .Net, you may want to look into Phalanger:

http://www.php-compiler.net/

Phalanger compiles PHP into MSIL bytecode, which can be translated into executables by Microsoft Visual Studio .Net. There is also a Visual Studio plug-in that allows you to develop in PHP with Visual Studio.

2006-08-28 05:14:08 · answer #1 · answered by NC 7 · 0 0

HTML is not a language or even a script, so no, there is not.

For PHP however, as I understand it, Zend puts out a package that compiles PHP to a bytecode file that is 'compiled' and then run in the Zend Virtual Machine (very similiar to the way Java works). The software that does this is expensive though.

2006-08-28 01:51:18 · answer #2 · answered by Anonymous · 0 0

There are no compilers for HTML or PHP. HTML is a markup language and is sent in straight text.

PHP is a programming language that it interpreted at runtime by the php interpreter plugged into your web server, usually Apache or IIS. The PHP code is no visible via the browser, only the rendered HTML is visible.

2006-08-28 01:50:24 · answer #3 · answered by p_jain001 1 · 1 0

fedest.com, questions and answers