answersLogoWhite

0

Server-side scripting languages are programming languages designed to create HTML pages (or Web pages) on the server. Special libraries are frequently included with these languages to help generate HTML pages easier. Some examples of server-side scripting languages are Python, PHP, Ruby, C#, and JavaScript (NodeJS).

User Avatar

Verma Aanya

Lvl 3
2y ago

What else can I help you with?

Related Questions

What are two indian scripting languages?

Indo-Aryan and Dravidian are the two Indian Scripting languages.


What are usage areas of scripting languages?

scripting languages would be like Javascript, VBscript, and scripting languages built into programs. dont be afraid to google things like this, for example you would want to type something like the following into google: "scripting languages"


Can CGI scripting be done in notepad?

Yes. CGI scripting can be done in notepad, since CGI scripting is just the scripting of normal programming languages, like Python and Perl.


What are the Definitions on programming?

Programming is a term that describes the usage of a programming language. Programming languages (C++ for example) are languages that create programs, these programming languages should not be confused with scripting languages. Scripting languages are languages that are meant to be interpenetrated by programs. (Written in a programming language)


Are HTML and XML programming languages?

HTML and XML are scripting languages. These languages help in designing for mobiles and web.


What is scripting or scripting language?

Scripting languages, of which JavaScript is one, are light-weight programming languages (i.e. not a fully featured programming languages) that exist to enhance HTML and web pages so that they are dynamic or interactive. They interact with, amend or generate HTML. They would not have any function outside of a web page environment.


Scripting languages are designed to replace normal HTML?

False


Why is PHP superior to Client side scripting languages such as Javascripting?

Website scripts run in one of two places - the client side or the server side.Client side development is done almost exclusively in JavaScript. This is, in addition to basic HTML and CSS code.So This is the main Reson Javascript is called Client Side scripting language. For Serverside PHP is used,Because PHP is used for development the Dynamically Website. And PHP Need atlist one serve.


What are scripting languages?

Scripting languages are more complex languages which are written to make/complete specific task in machines like PC's. This is simple script from C scripting language: #include <stdio.h> #include <stdlib.h> int main() { printf("Hello world!\n"); return 0; } This script will say "Hello World".


What solves many of the problems which developers had with HTML?

Actually HTML gave the power to the programming world to create web pages using a simple textual English like programming language to create static web pages. Since the language resembles English in many aspects it is not considered a full fledged programming language and is considered a mark up language. HTML gave us the power to create simple to medium web pages in a short time frame without much limitations of having to know a technology in depth to code in it. Almost all web sites today in some way or the other use the features of HTML to display contents on their page.


What languages can be used to write server side scripting in ASPNET?

java


How can i get a web-page to create a second web-page?

The below answer is if you are on about creating awebpage using serverside scripting. Your first page might be index.[extension] and then you'd name the second web page and it would save on your sever.This is very possible in server side scripting. Using pseudocode i can explain what I mean:File Create (Filename, Content)This is very easy. In the links at the bottom it will show you how to do this and other file creation/.html/.php (whatever format you want) in multiple languages.