Mini Project
Mini Project
Create BY ::
VIRJANAND
B.Tech CSE – 2nd year
EMAIL:: [email protected]
Web DESIGNing & DEVELOPMENT
AGENDA
Indroduction
About project
Website design
Website development
Technology build the project
Software and tools
PHP
PHP Introduction
Advantages of PHP
Working of PHP
HTML
CSS
Introduction
• PHP
• My • HTML
Da taba
SQL( • CSS
se)
Software and tools
PHP
Introduction of PHP
# PHP is a popular server-side language that is particularly good for web applications. Some of the largest
companies and organizations from around the world utilize PHP for their operations (some of them you probably use
every single day). A large amount of web sites and applications are powered by PHP; therefore an understanding of
the PHP language is mandatory to fully understand and accept the power behind popular frameworks (such as
Laravel, CodeIgniter or Symfony), and how popular websites and applications may be handling user's data.
PHP is an interpreted language. This means that you will write code statements (lines of code) and when a page is
requested, the PHP interpreter will load your PHP code, parse it and then execute it. This differs from other
languages, such as Java or C#, where the source code is compiled and then executed. This is useful for web
development in the fact that you do not have to re-compile your source code for trivial code changes and the changes
have immediate effect on all subsequent requests.
PHP is written as standard text files with the .php extension. PHP files are often saved within a folder in a web
server's public directory (or a web root directory). On most systems this will either be named publicor public_html.
For example, if a file was saved as index.php in a web root directory, a user could access it by
typing http://www.example.org or http://www.example.org/index.php.
<html>
<head>
<title>Hello World</title>
</head>
<body>
<?php echo "Hello, World!";?>
</body>
</html>
RESULT
Hello, World!
Advantages of PHP
Client PC
File System
Webserver
My SQL
HTML
</body>
</html>
Result
My First Heading
My first paragraph.
HTML TAGS
CSS ( Cascading Style Sheets)
• CSS stands for Cascading Style Sheets
• CSS describes how HTML elements are to be displayed on
screen, paper, or in other media
• CSS saves a lot of work. It can control the layout of multiple web
pages all at once
• External stylesheets are stored in CSS files
FOR DOWNLOADING PRESENTATION.
Visit at :-
http://virjanand.epizy.com/
Support in Google chrome