Programming Languages PHP Subjective
Nov 23, 2012

What is the difference between JavaScript and PHP?

Detailed Explanation

The difference lies with the execution of the languages. PHP is server side scripting language, which
means that it can’t interact directly with the user. Whereas, JavaScript is client side scripting
language, that is used to interact directly with the user..

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback