Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/content/k/h/a/khairisuleiman/html/index.php:3) in /home/content/k/h/a/khairisuleiman/html/includes/bootstrap.inc on line 899

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/content/k/h/a/khairisuleiman/html/index.php:3) in /home/content/k/h/a/khairisuleiman/html/includes/bootstrap.inc on line 899

Warning: Cannot modify header information - headers already sent by (output started at /home/content/k/h/a/khairisuleiman/html/index.php:3) in /home/content/k/h/a/khairisuleiman/html/includes/bootstrap.inc on line 531

Warning: Cannot modify header information - headers already sent by (output started at /home/content/k/h/a/khairisuleiman/html/index.php:3) in /home/content/k/h/a/khairisuleiman/html/includes/bootstrap.inc on line 532

Warning: Cannot modify header information - headers already sent by (output started at /home/content/k/h/a/khairisuleiman/html/index.php:3) in /home/content/k/h/a/khairisuleiman/html/includes/bootstrap.inc on line 533

Warning: Cannot modify header information - headers already sent by (output started at /home/content/k/h/a/khairisuleiman/html/index.php:3) in /home/content/k/h/a/khairisuleiman/html/includes/bootstrap.inc on line 534
Installing PHP on Windows | Configure Install Setup Web CMS Configuration

Installing PHP on Windows

warning: Cannot modify header information - headers already sent by (output started at /home/content/k/h/a/khairisuleiman/html/index.php:3) in /home/content/k/h/a/khairisuleiman/html/includes/common.inc on line 141.

 

Installing PHP on Windows

 

What is PHP?

PHP,
which stands for “PHP: Hypertext Preprocessor” is a widely-used Open Source general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. Its syntax draws upon C, Java, and Perl, and is easy to learn. The main goal of the language is to allow web developers to write dynamically generated web pages quickly, but you can do much more with PHP. Before installing php on windows, some prerequisites you need to check. First you need to have a windows operating system such as windows vista, windows 7, windows xp pro, or you might have windows 2003 server. It is better to install php on windows 2003 server, here some guides how to install windows 2003 server screenshots. After completing installing operating system, you might have proceed to install apache server then install php and last but not least installing mysql server on windows. What to do after installing php? You may test creating a test page and rename as test.php ,how to create a test page php?  After completing these 3 component, then you might proceed to install php CMS on your local pc or server. Download your php here.

One reason PHP is such a powerful language is that it includes many different modules (which are additions to the language that exist as a separate file that PHP loads when it begins), each serving a different purpose. Visit www.php.net/manual/en/funcref.php to view the categories of functions, which are grouped into modules.

Here are the step and setup wizard to for PHP 5.2.3.

Click x2 the php-5.2.3-win32-installer.


php_win32_installer


php_win32_preparing_installing

Click next to continue PHP 5..2.3 setup wizard.


php_setup_wizard

Check on the box I accept the terms in the License Agreement and click next to continue PHP setup wizard.


php_license_agreement

Click next to select the default folder where apache to be installed or you can change your own destination
folder such as c:\


php_destination_folder

Change current destination to c:\PHP if you don’t want to use default folder.


php_change_destination_folder

Select Apache 2.2.x Module if you already installed apache version 2.2.4 or later. Click next to continue php web
server setup.


php_webserver_type

Select apache configuration browse directory which is located on c:\program files\apache software
foundation\apache2.2\conf\. Click next and ok to continue php setup.


php_apache_configuration_directory


php_apache_configuration_directory2

Click the icons in the tree below to change the way features will be installed. Installed optional extras for the PHP
install. Click next to continue PHP setup. Click Install.


php_choose_item


php_install

Please wait while the setup wizard installs PHP 5.2.3.


php_installing

Congratulations!! You completed the PHP 5.2.3 setup wizard. Click Finish


php_complete_installed

You may test your php using command prompt. Go to the php directory, type php –v and you suppose get Copyright ©
1997-2007 The PHP Group Zend Engine v2.2.0, Copyright © 1998-2007 Zend Technologies.


php_test_command

Extract php-5.2.3-Win32.zip


php_extract_win32

Copy all the content to the PHP folder.


php_extract_win32_copy

The PHP config file is php.ini located at the root of PHP installation folder.

php_ini


php_ini_setting


Custom Search