1 / 10

WHAT IS PHP

WHAT IS PHP. PHP is an HTML-embedded scripting language primarily used for dynamic Web applications. . Key Features. What is PHP? PHP stands for  P HP:  H ypertext  P reprocessor PHP is a server-side scripting language, like ASP PHP scripts are executed on the server

anila
Download Presentation

WHAT IS PHP

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. WHAT IS PHP • PHP is an HTML-embedded scripting language primarily used for dynamic Web applications.

  2. Key Features • What is PHP? • PHP stands for PHP: Hypertext Preprocessor • PHP is a server-side scripting language, like ASP • PHP scripts are executed on the server • PHP supports many databases (MySQL, Informix, Oracle, Sybase, Solid, PostgreSQL, Generic ODBC, etc.) • PHP is an open source software • PHP is free to download and use

  3. WHAT IS PHP FILE? • What is a PHP File? • PHP files can contain text, HTML tags and scripts • PHP files are returned to the browser as plain HTML  • PHP files have a file extension of ".php", ".php3", or ".phtml"

  4. Why PHP? • PHP runs on different platforms (Windows, Linux, Unix, etc.) • PHP is compatible with almost all servers used today (Apache, IIS, etc.) • PHP is FREE to download from the official PHP resource: www.php.net • PHP is easy to learn and runs efficiently on the server side

  5. Basic Requirements • To get access to a web server with PHP support, you can: • Install Apache (or IIS) on your own server, install PHP, and MySQL • Or find a web hosting plan with PHP and MySQL support

  6. Latest Software • AppServeis a software which is combination of PHP + APACHE SERVER + MYSQL DATABASE

  7. What is MySql • It is a database server • It is ideal for both small and large applications • It supports standard SQL • It compiles on a number of platforms • It is free to download and use

  8. Versions of PHP • PHP/FI 2.0 • PHP/FI 3.0 • PHP 4.0 • PHP 5.0 & Sub Versions • PHP 6.0

  9. Advantages of PHP 5.0 & Later • improved object-oriented programming • embedded SQLite • support for new MySQL features (see the image at right) • exception handling using a try..catch structure • integrated SOAP support (see the image at right) • the Filter library (in PHP 5.1) • better XML tools • iterators • and much, much more.

  10. REQUIREMENTS TO PLAN FOR A WEBSITE • HTML – Desing the Web Layout • CSS – Cascade Style Sheets to provide consistent appearance to the html tags & controls • JAVASCRIPT – Mostly used to validate the Web Page • MYSQL – It’s a Database to manage the Data • PHP – To execute server side code which is used to perform logical operations

More Related