English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

1. who were the proponents of php?
2.what are the difference between client-side and server-side programming?
3. what are the difference between static and dynamic webpages?

2007-10-14 00:15:30 · 5 answers · asked by aRyAN 1 in Computers & Internet Programming & Design

5 answers

1. PHP was started by Rasmus Lerdorf as an easier way to program and update his own "Home Pages". see
http://www.sitepoint.com/article/phps-creator-rasmus-lerdorf
for a great interview and background report. PHP is now a very widely contribution system with many developers.
2. see the answers above.. client side processes on the "viewers" machine, Server side, processes on the server before being sent to the client!
3. Static is a page that is the same with hand modified entries, Dynamic usually involves a database and outputed code that displays the content of the database which is easily changed. Answers, is dynamic as is nearly all of Yahoo. A simple webpage done on your computer and uploaded to a server is static!

2007-10-14 03:19:12 · answer #1 · answered by Tracy L 7 · 0 0

1st question dunno
2nd. server side programming is when a website uses server side scripting like php to do certain calculation or to insert into a database on a server. e.g. creating a new user account or accessing images from a database to display on a page. client side is when scripting is done locally on your own pc. Best example javasrcipt which comes into affect when you click on something or if you are filling in a form.
3. static pages are usually just straight html pages that dont use any serverside scripting to dynamically interact with the user, Pages that just show text for example and some images that dont change. dynamic is the oposite

2007-10-14 00:31:03 · answer #2 · answered by badass 1 · 0 0

1. who cares
2. client side - the script is processed by the browser so the webpage takes longer to load, server side - the script is processed on the server before the page is loaded [php scripts are server side] and therefore dont require the user to allow scripts to run in their browser.
3. Static pages are those that are built hard coded HTML or php includes - dynamic pages are pulled from an SQL database based on the keywords entered. Dynamic pages are not parsed by search engines in the same way so the dynamic copy does not contribute to the page ranking.

2007-10-14 00:26:34 · answer #3 · answered by max50 2 · 0 1

Or else you may contact a PHP expert at http://askexpert.info/

2007-10-14 00:23:01 · answer #4 · answered by Anonymous · 0 0

you can try

http://www.w3schools.com/

2007-10-14 00:20:14 · answer #5 · answered by nusdunda 3 · 0 1

fedest.com, questions and answers