0% found this document useful (0 votes)
29 views

22619 Web Based Application Development Using PHP

Uploaded by

bansalhemant
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views

22619 Web Based Application Development Using PHP

Uploaded by

bansalhemant
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 12

Course Details

Course Title :Web Based Application Development with PHP


Semester :CO6I
Course Code 22619
TH-ESE :70
TH-PA :30
PR-ESE :25
PR-PA :25@
SA-PA :25

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.

—PHP is Server-side scripting language: Server-side scripting means


that the PHP code is processed on the web server rather than the client
machine.

—PHP supports many databases (MySQL and PHP combination is widely


used).
5
What you can do with php
✔ —PHP is used to create web applications, and some of the most
popular web applications like Facebook, Yahoo, Wikipedia, Twitter,
WordPress have all been developed in PHP. And you can also
develop the next big thing using PHP.

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.

Database- The collection of related data is termed as Database which is


organized in such a way that it can be easily retrieved and managed.

A Database Management System (DBMS) is System software which


manages the data. It can perform various tasks like creation , retrieval,
insertion, modıfication and deletion of data to manage it in a
systematic way as per requirement.

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.

It is useful but as the requirement of data processing and the size of


data increases ,the drawback of systems comes.

9
Disadvantages of Traditional File Processing System

1. Data Redundancy 7. Problem of Security


2. Data Inconsistency 8. Concurrency Problems
3. Limited Data Sharing 9. Poor Data Modelling of Real World
4. Difficulty in Accessing Data 10. Data isolation
5. Data Dependence 11. Integrity Problems
6. Poor Data Control 12. Atomicity Problem

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

You might also like