Getting Started With PHP
Summary
The PHP scripting language is supported on the UW Web servers to create dynamic Web sites and Web-based applications. Basic information for getting started with PHP is provided below, with links to resources for further learning.
Included on this page:
PHP Interpreter
The PHP interpreter runs your PHP scripts under your username, with your user privileges, very similar to the way the Web servers run CGI programs.
The PHP interpreter supports a limited number of compile-time options. Use the phpinfo() function to review version information and configuration settings.
PHP File Name Extensions
The following filename extensions are recognized by the PHP interpreter:
- .php
