Server side Scripting language
Server-side Scripting
Server-side scripting is a technique used in web development where the web server generates responses to all user requests for the web. Another way is to have the web server itself serve as regular web pages. Scripts can be written using any of the many server-side scripting languages available. . Server-side scripting is a programming language that can run and run on the server side. Updating the site, making changes to the site content, producing answers to user questions, and accessing data are all done on the server side. middle. In the early days, server-side scripting was implemented through CGI (Common Gateway Interface) scripts.
It is
designed to be written on websites in programming languages such as CGI, C++
or Perl. These are just a few examples of scripts that provide support for web
applications. The page is provided to the browser. Writing here may involve
extracting information from a database, performing simple math, or choosing the
right content to display to the customer. Execute the script and send the
output to the browser. The web server abstracts the script from the end user
until the content is served, making the data and source code more secure. These
scripts can be integrated with the customer to customize the response based on
features, customer needs, and access rights.
PHP
PHP is a general-purpose web-oriented coding language. It was originally to create in 1994 by Danish-Canadian programmer Rasmus Lerdorf. The current PHP application was developed by the PHP Group. Extract and manage data from databases. These statements are used with database SQL statements. Used on Facebook, WordPress. PHP is the hypertext preprocessor is a widely use general-purpose coding language that is particularly suitable for web development and can be embedded in HTML. . The user will receive the results of running the script.
php is loosely written. Stores numbers as 32-bit, 64-bit or 128-bit signed numbers, equivalent to long C format, depending on the platform. In some cases, unsigned numbers are converted to signed values, which is different from the behavior of many other programming languages. . These functions are documented in detail in the PHP online documentation. It is platform independent. PHP based applications can be used on UNIX, Linux, Windows etc. It can run on any operating system. It is only used on slow internet speeds because it loads faster than other programming languages.
Syntax php
<!DOCTYPE html>
<html>
<head>
<title>PHP "Hello, World!" program</title>
</head>
<body>
<?php
echo '<p>Hello, World!</p>';
?>
</body>
</html>
Python
Python is a high-level, interpreted,
general-purpose programming language. Python is dynamically-typed and garbage-collected.
Developer:
Python Software Foundation
First Appeared
to the : 20 February 1991
OS: Windows,
macOS, Linux/UNIX, Android and more
Designed by: Guido van Rossum
The language is fast and contains shorter code. Python functions is the object-oriented environment and use famous sites like Youtube, Google, etc.
Python has a simple grammar similar and easy to understand English language. Python's syntax allows developers to write programs in fewer lines than other programming languages. Python runs on an interpreter; This means that the code can be run as soon as it is written. It is designed with emphasis on code readability, and its syntax allows programmers to express their content in fewer lines. Characters begin with letters A to Z or a to z or an underscore (_), followed by zero or more letters, underscores, and numbers (0 to 9). and data visualization. Since Python was easy to learn, Python was adopted by Guido van Rossum, who wanted to give the programming name a unique, mysterious and short name, and wanted to give it a better name than Monty Python's Flying Circus.
Ruby
Ruby is an interpreted, high-level general-purpose programming language that supports a wide range of functions. Its design focuses on programming efficiency and simplicity. It is available for free on the web, but requires a license. Ruby can be use to write Common Gateway of the Interface (CGI) scripts. Ruby written in Hypertext Markup Language (HTML).The Ruby on Rails website was created using the Ruby programming language, and the Django website was created using the Python programming language. Ruby has a clean and simple syntax that makes it very easy for new developers to learn. Ruby is very powerful and large programs written in Ruby are easy to manage.
It gives developers the freedom to use creativity by offering a wide range of out-of-the-box features for web development.Basics of Perl and Python, as well as the Ruby programming language in general. Class and method definitions are represented by keywords.
Post a Comment