CLICK HERE TO DOWNLOAD PPT ON PHP
PHP Presentation Transcript
1.Summer Training
2.PHP
HTML
JavaScript
Database server MySQL.
Project.
HTML
JavaScript
Database server MySQL.
Project.
3. Subject of Training: ”PHP” :
PHP is a computer scripting language.
PHP is a Server Side scripting language.
4.TECHNOLOGY DESCRIPTION
Introduction to PHP
PHP file returned to browser as plain text.
It is one of the first developed server-side scripting languages to be embedded into an HTML source document .
PHP is a computer scripting language.
PHP is a Server Side scripting language.
4.TECHNOLOGY DESCRIPTION
Introduction to PHP
PHP file returned to browser as plain text.
It is one of the first developed server-side scripting languages to be embedded into an HTML source document .
5.TECHNOLOGY DESCRIPTION
PHP was originally created by Rasmus Lerdorf in 1994. The main implementation of PHP is now produced by The PHP Group. PHP is free software released under the PHP License, which is incompatible with the GNU General Public License (GPL) due to restrictions on the usage of the term PHP.
While PHP originally stood for "Personal Home Page", it is now said to stand for "PHP: Hypertext Preprocessor“.
PHP was originally created by Rasmus Lerdorf in 1994. The main implementation of PHP is now produced by The PHP Group. PHP is free software released under the PHP License, which is incompatible with the GNU General Public License (GPL) due to restrictions on the usage of the term PHP.
While PHP originally stood for "Personal Home Page", it is now said to stand for "PHP: Hypertext Preprocessor“.
6.PHP supports many databases like MySQL, Informix, Oracle etc.
All scripts are executed on the Server therefore we can not see any PHP Script by clicking on the view source of browser.
It supports various servers like
Apache, IIS etc.
All scripts are executed on the Server therefore we can not see any PHP Script by clicking on the view source of browser.
It supports various servers like
Apache, IIS etc.
7.PHP Features :
Server Side Scripting
Can be used from a command line interface
Standalone graphical applications
Especially suited for web development
Can be embedded into HTML
Runs on a web server
Can be deployed on most web servers
Supports almost every operating system and platform free of charge.
Server Side Scripting
Can be used from a command line interface
Standalone graphical applications
Especially suited for web development
Can be embedded into HTML
Runs on a web server
Can be deployed on most web servers
Supports almost every operating system and platform free of charge.
8.Basic PHP program structure :
9.Why is PHP used?
10.Benefits:
Any changes to header or footer only require editing of a
single file. This reduces the amount of work necessary for
site maintenance and redesign.
Helps separate the content and design for easier
maintenance
Any changes to header or footer only require editing of a
single file. This reduces the amount of work necessary for
site maintenance and redesign.
Helps separate the content and design for easier
maintenance
11.HTML (Hypertext Markup Language):
HTML stands for Hypertext markup Language.
A markup language designed for the creation of web pages and other information viewable in a browser.
HTML is basic language used to write web pages.
HTML file is a text file containing markup tags. Markup tags tell the browser how to display the page.
HTML file extension :- .htm or .html
HTML stands for Hypertext markup Language.
A markup language designed for the creation of web pages and other information viewable in a browser.
HTML is basic language used to write web pages.
HTML file is a text file containing markup tags. Markup tags tell the browser how to display the page.
HTML file extension :- .htm or .html
12. Combining HTML & PHP :
13. JavaScript:-
JavaScript is an Object Oriented Programming (OOP) language.
JavaScript is the scripting language of the Web.
JavaScript is used in billions of Web pages to add functionality, validate forms, communicate with the server, and much more.
JavaScript is the most popular scripting language on the internet, and works in all major browsers, such as Internet Explorer, Firefox, Chrome, Opera, and Safari.
JavaScript is an Object Oriented Programming (OOP) language.
JavaScript is the scripting language of the Web.
JavaScript is used in billions of Web pages to add functionality, validate forms, communicate with the server, and much more.
JavaScript is the most popular scripting language on the internet, and works in all major browsers, such as Internet Explorer, Firefox, Chrome, Opera, and Safari.
14. What Can JavaScript do?????
JavaScript gives HTML designers a programming tool
JavaScript can be used to validate data
JavaScript can be used to create cookies
JavaScript can manipulate HTML elements
JavaScript gives HTML designers a programming tool
JavaScript can be used to validate data
JavaScript can be used to create cookies
JavaScript can manipulate HTML elements
15.MySQL is the most popular open source Database server.
MySQL is developed by SUN Microsystems.
MySQL is a Database and defines structure for storing information.
MySQL can retrieve data from Database.
MySQL can Insert, delete & update records in a database.
MySQL is developed by SUN Microsystems.
MySQL is a Database and defines structure for storing information.
MySQL can retrieve data from Database.
MySQL can Insert, delete & update records in a database.
16. Connecting To MySQL :
17. Closing A Connection :
18. Introduction To My
Project:
Project:
19. Contact Management System
Contact-A data structure to represent a contact for the user .a contact is uniquely identified by a URL and have other properties, such as its display name and the groups to which it belongs.
A Contact Management System puts an organization in constant touch with its customers through various marketing and promotional strategies builds a healthy customer relationship
Contact-A data structure to represent a contact for the user .a contact is uniquely identified by a URL and have other properties, such as its display name and the groups to which it belongs.
A Contact Management System puts an organization in constant touch with its customers through various marketing and promotional strategies builds a healthy customer relationship
20. Contact Management System
A Contact Management System enables a business to maintain an organized and easily accessible facility for storing and retrieving customer and business contact information .
In this project users are given facility to add their contacts online at a particular location as contact list is growing larger every day and so are the number of email, addresses, instead messaging handles and phone numbers your contacts use.
A Contact Management System enables a business to maintain an organized and easily accessible facility for storing and retrieving customer and business contact information .
In this project users are given facility to add their contacts online at a particular location as contact list is growing larger every day and so are the number of email, addresses, instead messaging handles and phone numbers your contacts use.
21. Contact Management System
To manage their contacts (add as a friend, listing of contacts, edit, update, delete etc.).
We can also add online collection of group pics collection,scrap sending facilities etc.
To manage their contacts (add as a friend, listing of contacts, edit, update, delete etc.).
We can also add online collection of group pics collection,scrap sending facilities etc.
22.Contact Management System
Summary
A quick look at the overall trends in Contact Management System shows the rise in the importance of managing the Contact which a User’s owns. Contact Management System, emphasis on a more strategic decision making process.
Summary
A quick look at the overall trends in Contact Management System shows the rise in the importance of managing the Contact which a User’s owns. Contact Management System, emphasis on a more strategic decision making process.
23. Learnings:
Enhanced communication skill.
Making projects using php.
Interaction with company.
Enhanced communication skill.
Making projects using php.
Interaction with company.
0 comments