1 / 5

PHP

PHP. Dr. Maury Eggen Fall 2008. Introduction. PHP is a powerful server-side scripting language for creating dynamic and interactive websites.

earl
Download Presentation

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. PHP Dr. Maury Eggen Fall 2008

  2. Introduction • PHP is a powerful server-side scripting language for creating dynamic and interactive websites. • PHP is the widely-used, free, and efficient alternative to competitors such as Microsoft's ASP. PHP is perfectly suited for Web development and can be embedded directly into the HTML code. • The PHP syntax is very similar to Perl and C. PHP is often used together with Apache (web server) on various operating systems. • http://www.w3schools.com/PHP/DEfaULT.asP • http://www.tizag.com/phpT/phpfunctions.php

  3. Introduction • PHP is dynamically typed like the other languages we have studied • The usual way to run a php program is via a web server. However, it may also be run from the command line via the command php –f filetobeexecuted.php

  4. Introduction • PHP is generally considered a server-side scripting language, but can be used in a general purpose environment • PHP can be used in a command line environment as well • Widely used • Relatively new – dates from 1995 • Written in C • Open source

  5. Introduction • php -v • php -h • php -i • php -a

More Related