+ 1
Difference between HTML & PHP?
about features applications and suggest IDE for HTML & PHP
7 Réponses
+ 1
HTML -
1) is language of computer for creating webpages
1991 Tim Berners Lee is inveted html 2.0.
2) html made up Tag's and worldy used this language writing webpages.
3) html is plane text base language you can write this language using "Notepad" or "Notepad++" aviliabel windows os.
4) and you can save that page .htm OR .html
PHP -
1) is side server script language AS A HyperText PreProsossor.
2) php embed html language
<html>
<body>
<h5> HI PHP </h5>
<?php
echo "Hello world";
?>
</body>
</html>
you get output only when run server this webpage because This is side server script languae excuted only server.
3) you can creat or edit using "Notepad ++", it work notepad also but i recommended notepad++ becuse it is preety good.
4) you can save this file .php extionshion
+ 2
https://www.sololearn.com/discuss/247265/?ref=app
I also use Netbeans, powerful enough
+ 1
As ide I use netbeans which is for both languages You mentioned. Html is used as front end(user side) of website. php is mainly for backend(server side) 4ex calculations, logical operations etc.
+ 1
Thank you @ zdena
+ 1
Thanks a lot @Vinay
+ 1
Thank you @Geoffrey L
+ 1
@Thirumurugan C , Hi bro you must welcome