Databases Reference
In-Depth Information
Note that PHP can also be used on the command line. This method of running
PHP is called PHP CLI. Once you have PHP installed and configured, you can
test it by running the php -v command on your command prompt window. This
should tell you which version of PHP is running, similar to output shown in
Example 6-19:
Example 6-19 php -v
C:\rakesh>php -v
PHP 5.1.4 (cli) (built: May 4 2006 10:35:22)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies
That is it! You have now installed the finest tools to create database driven Web
applications. Enjoy!
Search WWH ::




Custom Search