+ 1
What is server side scripting?
4 Antworten
+ 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.