+ 1
Is there a compiler that can compile both Html5 and PHP into one program?
3 Respuestas
+ 2
HTML and php are not programming language and they don't need compilers. php needs apache server to run. so as long as you have an apache server and your browser is upto date you won't need additional programs.
From what I understand you are tired of switching from your text editor to your browser and then back to text editor on pc. I have used brackets with will automatically refresh the HTML and php code as soon as you update your code and save them. another great software is Dreamweaver from adobe. there are other what you see is what you get (WYSWYG) softwares for web development. some of which will display the output directly in the software window or your browser window. but in all cases you will need to run xamp, wamp or mamp for php to run as it is server sided
+ 1
use WAMP or XAMPP
0
thanks@JavaSpell and@Faisal Rahman very much