PERSENTATION
ON
SUMMER TRANNING
SUBMITTED TO: SUBMITTED BY:
Mr. Babloo Kumar Kajal kumari
(H.O.D of CSE) 14ESRCS007
Rahul Dev Khangarot
14ESRCS014
CONTENT
• Summer Training
• Location
• About Training
• Working Chart
• Installations
• HTML
• PHP
• Database
• Jquery
• Javascript
• CSS
• Project
Summer Training
• I have done my summer training from CEG.
• CEG is a government institute.
• It handles all the work of Rajasthan university as well as all
Govt. colleges of Rajasthan and mainly handles the work
related to the Web such as maintaning the Website of
Govt.colleges.
• The CEG (Central Electnoic Governanace ) makes official
Website For all the Govt College and Govt. Organization like
www.rajasthan.ac.in.
• This institute which provides training in different courses
like php, big data hadoop, Java, c, c++ , embedded, . net etc.
Location of CEG
CEG , Rajasthan is mainly in Jhalana, Moti Dungri, near
Khetan Polytechnic college, Jaipur, Rajasthan.
About traning
• I took admission in CEG on 19 May 2017 under the
course Php.
• My role was of a trainee who came to acquire
knowledge regarding Php.
• I was under the super vision of Mr. Maninder Singh
Bhui who was an expert in this field.
• The complete training was of 45 days.
• My training was completed on 16 July 2017.
What I Learn?
• My training was on Php under the super vision of
Mr. Maninder Singh Bhui and he develop some
official website like www.rajasthan.ac.in .
• During the period of training I made a project
using Php on Goods and Service Tax.
First Day of Traning
• First day we install three things before start learning Php that
is
1) DreamWeaver
2)Xampp
3)Google Chrome or Fire Fox
Installation
1. Xampp Installation :
Step 1 :
Step 2 :
Step 3 :
Step 4 :
Step 5 :
Step 6 :
Installation
2. Dreamweaver :
Step1:
Step 2 :
Step 3 :
PHP
• PHP is Hypertext Preprocessor (earlier it is known
as personal home page).
• PHP is a server side scripting language commanly
used for web application .
• It is created by Rasmus Lardorf in 1994.
• PHP allows developers to write extentions in C to
add functionally to the php language.
• These can then be compiled in php or loaded
dynamically at run time.
Example
HTML
• HTML is the standard markup language for creating Web
pages.
• HTML describes the structure of Web pages using markup.
• HTML elements are represented by tags<html>and </html>
The first tag in a pair is the start tag, the second tag is the end
tag.
• The end tag is written like the start tag, but with a forward
slash inserted before the tag name.
Example of html tags
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>
Form in HTML
Description of HTML Form
• The “name” in the form shows the name of the
form.
• Action made the page to reach the hyper link page
or “?” means the same page will load again.
• Method is of two types
• 1.Get(Show data in URL)
• 2.Post(Hide data in URL)
Working of PHP
Database
• A database is a systematically organized storage of
information, and its allows easy insertion, updating, analysis,
and retrieval of data.
• SQL is a standard database programming language used to
accessing and manipulating data in database. SQL is used by
many databases like MySQL, Oracle, SQL Server,
PostgreSQL etc.
Table in Database
Connectivity code to Php to database
Basic understanding of following
Javascript :
• JavaScript is the programming language of HTML
and the Web.
• JavaScript is used to program the behavior of web
pages.
• JavaScript was invented by Brendan Eich in 1995,
and became an ECMA standard in 1997.
• It is used for validations.
jquery :
• It is a fast, small and feature rich of JavaScript
library.
• It make things like event handling , animation
etc.
CSS:
• CSS stands for cascading style sheet .
• It is the language for describing the presentation of
web page including colors, layouts, fonts
My Project
After completing the summer training and having
a general knowledge of Php , we made our
project on Goods and service tax .
As we were developing the web page all the
works from idea or planning for testing we
work as a team and create the web pages.
Now here is given the Slide
Show of our project
Homepage
Login Page
Registraton Page
Mission
Contact Us
Feedback
Database
THANK YOU

Persentation on php summer tranning

  • 1.
    PERSENTATION ON SUMMER TRANNING SUBMITTED TO:SUBMITTED BY: Mr. Babloo Kumar Kajal kumari (H.O.D of CSE) 14ESRCS007 Rahul Dev Khangarot 14ESRCS014
  • 2.
    CONTENT • Summer Training •Location • About Training • Working Chart • Installations • HTML • PHP • Database • Jquery • Javascript • CSS • Project
  • 3.
    Summer Training • Ihave done my summer training from CEG. • CEG is a government institute. • It handles all the work of Rajasthan university as well as all Govt. colleges of Rajasthan and mainly handles the work related to the Web such as maintaning the Website of Govt.colleges. • The CEG (Central Electnoic Governanace ) makes official Website For all the Govt College and Govt. Organization like www.rajasthan.ac.in. • This institute which provides training in different courses like php, big data hadoop, Java, c, c++ , embedded, . net etc.
  • 4.
    Location of CEG CEG, Rajasthan is mainly in Jhalana, Moti Dungri, near Khetan Polytechnic college, Jaipur, Rajasthan.
  • 5.
    About traning • Itook admission in CEG on 19 May 2017 under the course Php. • My role was of a trainee who came to acquire knowledge regarding Php. • I was under the super vision of Mr. Maninder Singh Bhui who was an expert in this field. • The complete training was of 45 days. • My training was completed on 16 July 2017.
  • 6.
    What I Learn? •My training was on Php under the super vision of Mr. Maninder Singh Bhui and he develop some official website like www.rajasthan.ac.in . • During the period of training I made a project using Php on Goods and Service Tax.
  • 7.
    First Day ofTraning • First day we install three things before start learning Php that is 1) DreamWeaver 2)Xampp 3)Google Chrome or Fire Fox
  • 8.
  • 9.
  • 10.
  • 11.
  • 12.
  • 13.
  • 14.
  • 15.
  • 16.
  • 17.
    PHP • PHP isHypertext Preprocessor (earlier it is known as personal home page). • PHP is a server side scripting language commanly used for web application . • It is created by Rasmus Lardorf in 1994. • PHP allows developers to write extentions in C to add functionally to the php language. • These can then be compiled in php or loaded dynamically at run time.
  • 18.
  • 19.
    HTML • HTML isthe standard markup language for creating Web pages. • HTML describes the structure of Web pages using markup. • HTML elements are represented by tags<html>and </html> The first tag in a pair is the start tag, the second tag is the end tag. • The end tag is written like the start tag, but with a forward slash inserted before the tag name.
  • 20.
    Example of htmltags <html> <head> <title>Page Title</title> </head> <body> <h1>My First Heading</h1> <p>My first paragraph.</p> </body> </html>
  • 21.
  • 22.
    Description of HTMLForm • The “name” in the form shows the name of the form. • Action made the page to reach the hyper link page or “?” means the same page will load again. • Method is of two types • 1.Get(Show data in URL) • 2.Post(Hide data in URL)
  • 23.
  • 24.
    Database • A databaseis a systematically organized storage of information, and its allows easy insertion, updating, analysis, and retrieval of data. • SQL is a standard database programming language used to accessing and manipulating data in database. SQL is used by many databases like MySQL, Oracle, SQL Server, PostgreSQL etc.
  • 25.
  • 26.
    Connectivity code toPhp to database
  • 27.
    Basic understanding offollowing Javascript : • JavaScript is the programming language of HTML and the Web. • JavaScript is used to program the behavior of web pages. • JavaScript was invented by Brendan Eich in 1995, and became an ECMA standard in 1997. • It is used for validations.
  • 28.
    jquery : • Itis a fast, small and feature rich of JavaScript library. • It make things like event handling , animation etc. CSS: • CSS stands for cascading style sheet . • It is the language for describing the presentation of web page including colors, layouts, fonts
  • 29.
    My Project After completingthe summer training and having a general knowledge of Php , we made our project on Goods and service tax . As we were developing the web page all the works from idea or planning for testing we work as a team and create the web pages.
  • 30.
    Now here isgiven the Slide Show of our project
  • 31.
  • 32.
  • 33.
  • 34.
  • 35.
  • 36.
  • 37.
  • 38.