0
[DUPLICATE] What do you recommend for web development?
What do you recommend for web development? PHP or Javascript?
2 Answers
+ 2
php is for server side and javascript is for client side
if u want your website interactive with click touch events you have to use JavaScript..
and if you want to login, record the cookies, create session and interact with the database server you need to use PHP..
though you have option for server side Framework in JavaScript as Node.js instead PHP is widely used
0
yah, but I am planning to using Javascript in server-side using node.js