What is the main differences between PHP and Java Script ?
PHP is server side’s programming language which is run or execute from hosting server, it has function for communicate with the server such as: database, passing variable etc.
While Java Script is Client side’s programming language which it run or executes in Client computer (browser). It has function to make the web page more dynamic.
Java script and PHP can work together in html code.
What is the advantage of Java script?
- Almost all browser support Java script.
- For programmer, Java script is preferred because it was adopt from C language, and the code writing similar with
PHP.
- Due to it is client side scripting, it can runs in local computer without any support from hosting server.
The Application of Java script such as: widget, shout box etc.

No user responded in this post
Leave A Reply
Please Note: Comment moderation maybe active so there is no need to resubmit your comments