You are on page 1of 3

Introduction chapters

How des php work?


PHp code can be written inside html documents but php requires a web servers installe din
order to be executive.
Php is actually a software/tool which is installed don a a web server from where it performs
the task given by the developer and returns the output on the visitors browser within
millisecond.
Php Syntax & Method.
Phps syntax is a bit similar to other programming languages such as Java and ASP of
Microsoft.
PHP can be written insites html documents anywhere in the <body> section or in the <head>
section or outside the >html> tag.
A smple php script is written like this:
<?php> coes goes here ?>
What tools are required to run php?
In order to run PHP we need to have following tools/software installed on our computer:
A webserver (for performing all task)
A databse for storing text data
A latest version of php software for accessing php functions and commands
A text editor for writing the codes
A web browser for viewing the output.
Solution for having all tools at once:
We have two set of tools for running PHP easily on our computer.
The first package is called WAMP which as all the software at one place such as php,
apache server, mysql database and file zilla.
The second package is calle xamps which also has same set of tools for using php in our
local computer.
We will use XAMPP while learning PHP in this course, you can download if free from
internet.
The content of this course.
1. The installation of XAMPP
2. The basic syntax
3. The methods
4. The echo and print statement
5. The local variables
6. The arrays
7. The Data types
8. The operator
9. The function
10. The S_get method
11. The S_post method
12. Global variables
13. Global arrays
14. The loops
15. Inclue command
16. Require and require_pnce commands

17. The $_files methods


18. The $_cookies
19. Email function
20. Header function
21. Php sessions.
The content of this course
1. Mysqal basic
2. Mysqla connection
3. Mysqla creating database
4. Mysqla creating tbales in DB
5. Mysqla inserting data into tbales via php
6. Mysqla selectiong data and viewing on page
7. Mysqla deleting data from tbales
8. Mysql where statement
9. Mysql update data/records
10. Mysqla searching queries
Content of this course.
Crating an online calculator in php
Creating a currency covnetor in php
Clock in php
Visitors counter
Creating signup, sing in singout application php
Search engine in php
Several cms websties in php alongwith admin panels
Creating new website using php
Uploading php website to online web server
e-commerce site and social network in php
what you should aready know?
Basic understanding of html
Basic understanding of Css
Basic understanding of JavaScript
Basic understanding of Computer and internet

Step no.1 Installation of XAMPP

You might also like