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

Web Development Using PHP and MySQL

This document provides an overview of PHP and why it is a popular choice for web development. It discusses Rohit Kumar's experience in web development and databases. It then explains why PHP and MySQL are powerful tools, noting that PHP is a free and efficient server-side scripting language that runs on many platforms and is compatible with major servers. The document also briefly outlines some of PHP's capabilities, such as dynamically generating content, interacting with files and databases, and collecting form data.

Uploaded by

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

Web Development Using PHP and MySQL

This document provides an overview of PHP and why it is a popular choice for web development. It discusses Rohit Kumar's experience in web development and databases. It then explains why PHP and MySQL are powerful tools, noting that PHP is a free and efficient server-side scripting language that runs on many platforms and is compatible with major servers. The document also briefly outlines some of PHP's capabilities, such as dynamically generating content, interacting with files and databases, and collecting form data.

Uploaded by

Ashutosh Pandey
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 7

PHP

“Hypertext Preprocessor”

“A journey from beginner to Expert”


Rohit Kumar
(Project Manager)
Softpro India Computer Technologies (P) Ltd.
My Experience

+5 Years Experience in Web Development and Database


Administration.
• Programming Languages: C, C++, Java and PHP
• Web Technologies: HTML5, CSS3,
Bootstrap, JavaScript, jQuery and JSP.
• Database Applications: Oracle, MySQL,
MSSQL Server and SQLite
• Design and Graphics : Photoshop, Illustrator
• Platforms: Windows, Linux
• Mobile Application Development : Android with Java
The Technology War
Why PHP and MySQL ?
PHP is a server scripting language, and a powerful tool for making dynamic and interactive Web
pages.

PHP is a widely-used, free, and efficient alternative to competitors such as Microsoft's ASP.

It is powerful enough to be at the core of the biggest blogging system on the web
(WordPress)!

It is deep enough to run the largest social network (Facebook)!

It is also easy enough to be a beginner's first server side language!

PHP runs on various platforms (Windows, Linux, Unix, Mac OS X, etc.)

PHP is compatible with almost all servers used today (Apache, IIS, etc.)

PHP supports a wide range of databases

PHP is free.

PHP is easy to learn and runs efficiently on the server side.


Popularity of PHP
What PHP can do?
PHP files can contain text, HTML, CSS, JavaScript, and PHP code

PHP code are executed on the server, and the result is returned to the browser as plain
HTML

PHP can generate dynamic page content

PHP can create, open, read, write, delete, and close files on the server

PHP can collect form data

PHP can send and receive cookies

PHP can add, delete, modify data in your database

PHP can be used to control user-access

PHP can encrypt data


THANK YOU!

You might also like