Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Advance PHP-2

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 10

Advance PHP

presentation-2

Explain needs of server side programming
with its application
Name: Masira
Shaikh
Roll no: 89
Class: SYBBA(CA)
What Is Server Side
Programing?

Server-side scripting is a programming technique for
creating code that may run software on the server side.
In other words, server-side scripting is any scripting
method that may operate on a web server. At the server
end, actions such as website customization, dynamic
changes in website content, response creation to user
requests, database access, and many more are carried
out.
there are various server-side scripting languages. Some
main server-side scripting languages are as follows:
1. PHP
2. Python
3. Ajax
4. Ruby
Need of server side scripting
language

 Server-side programming allows us to instead store the
information in a database and dynamically construct and
return HTML and other types of files (e.g. PDFs, images,
etc.).
 It is often used to provide a customized interface for the
user. These scripts may assemble client characteristics for
use in customizing the response based on those
characteristics, the user's requirements, access rights, etc.
 They are often used to create dynamic websites and
platforms, handle user queries, and generate and
provide data and others.
 Using a scripting language is preferable depending on your
goals and environment. As they are a series of commands
executed with no need for a compiler, they are cross-platform
and do not require special software to be installed in order to
run — except for a web browser, of course.
 Common server-side tasks include: Coding dynamic websites.
Developing web applications. Connecting websites to
databases.
Application of server side
programming

I. These scripting languages are a type of programming
language that runs on the server instead of the client. They
are use to create dynamic websites and web applications,
perform scheduling and data mining tasks, automate
processes such as compilation, and send emails.
II. These scripting languages are a type of programming
language that runs on the server instead of the client.
They are use to create dynamic websites and web
applications, perform scheduling and data mining tasks,
automate processes such as compilation, and send emails.
III. Server-side processing is used to interact with permanent
storage like databases or files.
IV. Whenever we submit an online application, the data or . . .
.. information entered in the form is stored in the database of
the .. .. server.
V. At server side, we can dynamically edit, add, remove, or update
. . the content of web page at any moment.
VI. It is used at backend, where the source code is not visible to
the . . client.
VII. Server side script can be used for creating and applying
complex . business logics.
VIII. It can be used to customize a web page to make it more
useful . . for individual clients.
Examples of servers

o Database servers,
o print servers,
o mail servers,
o file servers,
o application servers,
o web servers,
o and game servers
THANK
YOU….

You might also like