Sunday, April 11, 2010

Workshop 5

Predefined Variables
Additionally, PHP scripts have access to information about your environment. These variables are stored in special hashes called $_ENV and $_SERVER. Most scripts, which use these variables, only use one or two at a time. The following script accesses 2 different _SERVER variables.

Test Code

1 comment:

  1. PHP uses predefined variables to provide access to important information about the server and requests from a browser. This section describes the predefined variables available.
    This is very good workshop. Good work Kunal!

    ReplyDelete