Server side scripting

BaabtraMentoringPartner 814 views 13 slides Aug 12, 2013
Slide 1
Slide 1 of 13
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13

About This Presentation

No description available for this slideshow.


Slide Content

SERVER SIDE SCRIPTING Rajishma T [email protected] www.facebook.com/ Rajishma T Nair twitter.com/username in.linkedin.com/in/ profilename 9020217968

Disclaimer: This presentation is prepared by trainees of baabtra as a part of mentoring program. This is not official document of baabtra –Mentoring Partner Baabtra-Mentoring Partner is the mentoring division of baabte System Technologies Pvt . Ltd

Web pages Static web pages Static means unchanged or constant. Static web pages contain the same prebuilt content each time the page is loaded.

Dynamic webpages Dynamic means changing or lively. The content of dynamic web pages can be generated on the fly.

Client side scripting client side scripting is used when the user browser already has all the code &the page is altered on the basis of the users input. The web server executes the client side scripting that resides at the users computer. Client side scripting cannot be used to connect t the database that resides on the webserver . Doesn’t access to the file systems on the web server.

Server side scripting Server side scriptingis a webserver technology in whicha users request is fulfilled by running a script directly on the webserver to generate dynamicweb pages. It is usually usedto provide interactive websites that interface to databases or oother datastores . It has the ability to highly customise the response based on the users requirements,access rights or queries into datastores Response from a server side script is slower as compared to a client side script because the scripts are processed on the remote computer.

What can server scripts do? dynamically edit,change or add any content to a web page. Responds to user queries or data submitted from html forms. Access any data or databases & return the result to a browser. Customize a web page to make it more useful for individual users. Provide security since your server code cannot be viewed from a browser.

Server side scripting languages There are many scripting languages made by different companies abd organisation . The current most popular are ASP,PHP,JSP,RUBY etc All arevery powerful and work in slightly different ways. It does not matter what scripting languages uses because there are no compatibility issues withclients web browser. The client only ever sees the final html generated by the script and not the scripts itself.

You can sometimes tell which scripting language a website is using by looking at the address bar. Text after a question mark in an address is parameter s and variables send to the script.

If this presentation helped you, please visit our page  facebook.com/ baabtra  and like it. Thanks in advance .    www.baabtra.com  |  www.massbaab.com  | www.baabte.com

Contact Us Emarald Mall (Big Bazar Building) Mavoor Road, Kozhikode, Kerala, India. Ph: + 91 – 495 40 25 550 NC Complex, Near Bus Stand Mukkam , Kozhikode, Kerala, India. Ph: + 91 – 495 40 25 550 Start up Village Eranakulam , Kerala, India. Email: [email protected]
Tags