Posts: 3,987
Name: Abel Mohler
Location: Asheville, North Carolina USA
|
You're asking a pretty subjective question. I wouldn't say either one of them is more dynamic. Of the two, JavaScript is definitely more expressive, while PHP has more classical structure to it. Since JavaScript only runs in the browser, it is limited by the bugs and incompatibilities of that medium. PHP, on the other hand, is only limited by version, since its environment is always the same on the server.
So if you're asking which one you should study first, the answer is, it depends. Do you want something solid that can interact with the flow of data and operate behind the scenes, and outputs HTML? PHP... Do you want something that takes HTML that has already been outputted, then makes it behave in interesting or unique ways? JavaScript...
__________________
I build web things. I work for the startup Please login or register to view this content. Registration is FREE
.
|