+ 2
Which one are more useful for designing a page?
If we use PHP to build a page, is it better or either html and css and javascript? I know that these businesses are different, but which one is more efficient?
4 Antworten
+ 2
It is true
But I try to choose one this between the two
Many programmers have told me that PHP is better (but I know that PHP is not the best)
+ 1
There are basic differences between html/css/js and php.
php is on server-side and mostly used for dynamic pages with database use. on the client side is html/css/js. if you try to develop games or time critical websites that's what you should use.
But the two are not the only choices. You can use Perl, Python and many other languages. It depends on the kind of Website that you want to build.
+ 1
Btw: Website design and website programming are not the same. The design of a page is always made with html and css. Only the interactive part is written with php or js.
0
There is no 'best'. If you want dynamic pages (as Webshop or Forum and so on) PHP is more efficient.
If the Side is mostly static you can use HTML/CSS. It all depends on the content. JS is on that page for 'gimmics'.