1 / 7

PHP Development Services Mohali

PHP Development Services Mohali : Learn about php basics in these slides.

Download Presentation

PHP Development Services Mohali

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. A PRESENTATION ON PHP By Raveena Sharma (Trainee At 60 Degree Digital) PHP Development Services Mohali PRESENTATION ON PHP

  2. HISTORY OF PHP PHP(PHP: Hypertext Preprocessor) was created by Rasmus Lerdorf in 1994. It was initially developed for HTTP usage logging and server-side scripting from generation in Unix. PHP 2(1995)transformed the language into server-side embedded scripting language. Added database support, file uploads, variables, arrays, recursive function, conditionals, iteration, regular expressions etc. PHP 3(1998) added support for ODBC data sources, multiple platform support, email protocols(SNMP, IMAP), and new parser written by Zeev Suraski and Andi Gutmans.

  3. HISTORY OF PHP PHP 4(2000)became an independent component of the web server for added efficiency. The parser was renamed the Zend Engine. Many security features were added. PHP 5(2004) adds Zend Engine II with object oriented programming, robust support using the libxml2 library, SOAP extension for interoperability with Web Services, SQLite has been bundled with PHP.

  4. PHP 5 ARCHITECTURE

  5. WHY IS PHP USED Easy to use Code is embedded into HTML. The PHP code is enclosed in special start and end tags that allow you to jump into and out of “PHP mode”. <html> <head> <title>Website</title> </head> <body> <?php echo “hello world”; ?> </body> </html>

  6. WHY IS PHP USED Cross platform Runs almost any web server on several operating system. One of the strongest feature is wide range of supported database. Web Server: Apache, Microsoft IIS, Caudium, Netscape Enterprise Server. Operating System: UNIX, Mac OSX, windows NT/98/2000/XP/2003. Supported Databases: Mysqli, ODBC, Oracle, SQLite etc.

More Related