+ 2
If PHP can generate HTML code dynamically, Can we just write a website entirely with PHP without having to learn and use HTML.
3 Respuestas
+ 3
Html is not that hard so learn it and use it lol.
+ 2
Php generate html using html .
Ex_
<?php
echo "<html>
.....
.......
</html>" ;1
?>
Then how can you do it without learning and using html??
0
Well...Php generates html code which is what is displayed in the browser but yes..you can make a website without a single .html file