22619 Web Based Application Development Using PHP
22619 Web Based Application Development Using PHP
1
Syllabus Details
Sr.no Chapter Name Marks
1 Expression and control Statement in 12
PHP
2 Array, Function and Graphics 16
3 Apply Object oriented concept in php 16
4 Creating and Validating Forms 12
5 Database operation 14
Total 70
2
3
History of PHP
PHP was developed by Rasmus Lerdorf in 1995 and is later being
developed as an open-source. PHP group now manages the implementation
of PHP.
PHP has many syntaxes similar to C, Java, and Perl, and has many unique
features and specific functions.
PHP page is a file with a .php extension can contain a combination of
HTML Tags and PHP scripts.
PHP is an open-source scripting language.
PHP is free to download and use.
4
History of PHP
PHP recursive acronym for PHP(Hypertext Preprocessor): HyperText
means, text containing all sorts of web markups, PreProcessor means all of
the HyperText is processed first and then the result is sent as pure HTML to
the web browser.
A client cannot see the PHP source code because it is preprocessed and
interpreted.
6
Concept of Data Advantages of PHP,
Database , DBMS
Data is the information which has been translated into a form that is
more convenient to process or move.
7
Purpose of Database System
A major purpose of a database system is to provide users with an
abstract view of the data. That is, the system hides certain details of
how the data are stored and maintained.
8
File Processing System
File Processing System is a Computer based system in which all the
information is stored in various computer files.
9
Disadvantages of Traditional File Processing System
10
Advantages of DBMS over File Processing System
1. Controlling Data Redundancy
2. Data Consistency
3. Sharing of Data
4. Data Independence
5. Data Control
6. Security
7. Control over Concurrency
8. Data Modelling of Real World
11
Disadvantages of DBMS
1. Increased costs
2. Complexity
3. Size
4. Frequent upgrade/replacement cycle
5. Higher impact of a failure
6. Performance
12