Skip Navigation
IT Connect
Connecting You to Information Technology at the UW

 

Getting Started With PHP at the UW

IT Connect > Web > Publishing > PHP > Getting Started

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.

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:

Custom PHP Configuration

You can use a php-ini file to customize some of the settings of the PHP interpreter.

Resources & Training