2.4k questions

2.4k answers

99.5k users

Categories

0 votes
62 views

What is PHP vs Javascript?

in General by (46.5k points)

1 Answer

0 votes

PHP is server-side scripting language whereas Javascript is a client-side scripting language. PHP doesn't execute within browser whereas Javascript executes within browser. PHP supports database whereas Javascript doesn't support databases. PHP accepts both upper case and lower case variables while Javascript doesn't.

by (46.5k points)
...