Php is best laguage for web development because it is very east to learn and implement. If you know programming in c or c++ you can easily learn Php.
Well according to me the use of PHP scripts along with HTML web development would be the best way for coding....
I think it depends on the project and its complicity, its time-line, its end users. Roughly I can say PHP and Java is the best language.
Start out with HTML and ignore all the jibber-jabber. Eventually, if you're looking to stay in the web development field, you'll need to move on to advanced languages like PHP and Javascript. But if you're just starting out, look no further than HTML and nail that - once done, move onto CSS. Hope that helps!
There is no 'best' language -- it depends on the site's requirements and it requires an experienced developer to determine the best way to construct that solution. In most cases, things can be done one of several ways.. but there is almost always a solution that is better than the alternatives. As a general rule of thumb, HTML/CSS by itself works fine for any static site... as soon as you want to make that content dynamic or just simply the data management for the client, PHP is necessary.