Which one are more useful for designing a page? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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?

9th Aug 2018, 1:34 PM
Coven Witch
4 Answers
+ 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)
9th Aug 2018, 5:56 PM
Coven Witch
+ 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.
9th Aug 2018, 5:38 PM
Detlef
Detlef - avatar
+ 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.
9th Aug 2018, 6:12 PM
Detlef
Detlef - avatar
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'.
9th Aug 2018, 6:06 PM
Detlef
Detlef - avatar