+ 1
What is server side scripting?
4 ответов
+ 3
is an script that runs on the server not user's device, means it won't be downloaded like html, css or js.
+ 1
server scripting language so that we can connect with database
0
भाई जो सर्वर पे रन होती है यानि इसकी प्रोगरामिंग सर्वर से कम्यूनिकेट करने के लिए होती है।
0
server side scripting is a language which requires a server for execution. php is a server side scripting language like html nd JavaScript are client side languages. when u write HTML code you can just opent that file and can see the output of that file similarly with JavaScript. but for PHP u need a server to fullfill handle ur request. for that u can use apahe http server but you will also need to install php libraries. if you are a starter you can use xampp for Linux or wampp on windows. as u develop u will more concepts will be cleared.