Is there a compiler that can compile both Html5 and PHP into one program? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Is there a compiler that can compile both Html5 and PHP into one program?

18th Dec 2017, 10:56 AM
<!--Celestino-->
<!--Celestino--> - avatar
3 Answers
+ 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
18th Dec 2017, 12:33 PM
Core i9
Core i9 - avatar
+ 1
use WAMP or XAMPP
18th Dec 2017, 10:59 AM
Faisal Rahman
Faisal Rahman - avatar
0
thanks@JavaSpell and@Faisal Rahman very much
18th Dec 2017, 9:45 PM
<!--Celestino-->
<!--Celestino--> - avatar