![]() |
|
|
+ Search |
![]()
|
Jul 23rd, 2001 04:56
Andi T, Esh Krish,
PHP can work as a web server module or as CGI application. You have to configure the web server to treat certain files like PHP scripts, let's say, all the files with the extension .php. The configuration differs from server to server. Before the web server sends a .php file it executes the scripts found inside it and then sends the output to the browser.