Hi. I was wondering how to make websites in PHP, what editors, and how its like. Also, can someone tell me what the benifits of PHP are? Why is it better then HTML? Thanks alot.
I honestly have no clue what the benefits are. There are probabaly some more short cuts and what not and I believe its easier to implement certain things in your site than HTML.
you cannot make a site in PHP, you use HTML, but you incorperate things into your site. For example: A login Script so that you can go to 'special' pages, you will need to write a PHP code to do this (cannot be done in HTML). You end u saving the html file as a .php file because it has PHP in it.