Username:

Password:

Pages: [1] 2

Author Topic: Installing PHP on Windows  (Read 2618 times)

chase

  • WebDes1gn Staff
  • Administrator
  • Full Member
  • *****
  • Karma: +100/-0
  • Posts: 110
    • WWW
Installing PHP on Windows
« on: July 24, 2009, 10:10:11 PM »
Need any help installing PHP on Microsoft Windows? Ask your questions in this forum and the other users and I will try to assist you!

gerdonhanry

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 3
Re: Installing PHP on Windows
« Reply #1 on: April 22, 2010, 04:55:42 AM »
First of all, You have to Download the install file from the PHP website. Then, You can go for step by steps like,

1. Make a directory on your computer for PHP 5 . Open the folder you want to want to save the directory in. Right-click in the open window. Click "New Folder." Name the folder "PHP" or "php5." For example "c:\php5." Substitute your directory for "c:\php5" whenever it appears in this article.

2. Locate and move the files from the sub directory Windows created for PHP in Step1 to the directory created in Step 2. Windows normally places the files in "php-5.x.x-Win32." To move the files, click "Edit" and then click "Select All." To copy the files, right-click and choose "Copy" or hold down the "Ctrl" key and the "C" key at the same time. Open your new directory, c:\php5. Hold down the "Ctrl" key and the "V" key at the same time or right-click and choose "Paste."

3. Find the file "php.ini-recommended" in the directory. Open the file in Notepad. Replace the following if they are not correct. Look for "error_reporting" and change it to "error_reporting = E_ALL & ~E_NOTICE." If your scripts don't work as intended, locate "register_globals" and change it to "register_globals = On." Find "register_argc_argv" and change it to "register_argc_argv = On." If your scripts pass information in strings like index.php?var1=value1&var2=value2, replace "doc_root" with the path to your Apache web directory. For example, "doc_root = C:\Apache2\htdocs." Find 'extension_dir"' and change it to 'extension_dir = "C:\php5\ext".' The SMTP line needs to read "SMTP = smtp.yourISP.com." And last is,

4. Save the edited file in the PHP 5 directory. For example, save as "php.ini" in "c:php5."

jedc53

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 4
Re: Installing PHP on Windows
« Reply #2 on: May 14, 2010, 11:12:13 PM »
PHP remains the most widespread and popular server-side programming language on the web.You can PHP 5 ZIP package file.After you can extract the files in any drive.You can configure php.ini file.
Logged

johnsmith

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 7
Re: Installing PHP on Windows
« Reply #3 on: May 21, 2010, 10:53:48 PM »
Need any help installing PHP on Microsoft Windows? Ask your questions in this forum and the other users and I will try to assist you!
If you want to install PHP on windows so You just used Xampp server.
It's free of cost and You no need to install other thing like Apache server or MYSQL.
In to that all the things are install automatically.
Logged
mistakes are the portals of discovery

rogerjack

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 4
Re: Installing PHP on Windows
« Reply #4 on: July 13, 2010, 11:35:25 PM »
There are so many software which can easily install PHP on windows such as you have to used Xampp server it is one of the best software to install the PHP on windows.

johnderby

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 5
Re: Installing PHP on Windows
« Reply #5 on: July 15, 2010, 08:57:13 PM »
Wonderful post. There are plenty of installation packages there, but to tell you the truth, if I'm running a server for public use I want to do everything by hand and have a good system administrator run any.
Logged

adelfjohanason

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 2
Re: Installing PHP on Windows
« Reply #6 on: August 15, 2010, 10:11:10 PM »
First Of all,You have Download Php File from php website and You dowmload any Server to run php file Example :LAMP Server,Easy Php server,Wamp Server,etc.., and Download Editior of the Php so You  make any application and Coding easily in editor.and then make simple application or Programme in editor and save the file in the WWW root of the server file (C:\Easy php\www\)  and run this programme in server and look this programme run or not.

nephelereed

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 10
Re: Installing PHP on Windows
« Reply #7 on: August 15, 2010, 10:27:59 PM »
There are many installation packages there, but to tell you the truth, if I run a server for public use I want to do everything by hand and have a good race every system administrator. PHP is the most widely used and popular server-side programming on the network.

resumedocket

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 10
Re: Installing PHP on Windows
« Reply #8 on: August 18, 2010, 10:27:58 PM »
PHP remains the most widespread and popular server-side programming language on the web.You can PHP 5 ZIP package file.After you can extract the files in any drive.You can configure php.ini file.


Resume Writing
Logged

barclaybeaumont

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 3
Re: Installing PHP on Windows
« Reply #9 on: November 29, 2010, 10:59:24 AM »
Microsoft Windows is a series of software operating system and graphical user interface produced by Microsoft. Microsoft Windows came to dominate the world personal computer market, overtaking Mac OS
Logged

mughees_javed

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 12
PHP 5.3 Installation
« Reply #10 on: December 09, 2010, 01:00:42 PM »
Windows PHP distributions are now available from a dedicated microsite at http://windows.php.net/download/. The choice is a little bewildering and the instructions are vague but, since we will be installing PHP as an Apache 2.2 module using the Apache Lounge build, so you should download the VC9 x86 Thread Safe Zip file.

General note:
Download the VC6 builds if you are using the standard Apache.org web server. The VC9 builds should be used for the Apache Lounge binaries or IIS.

A Thread Safe version should be used if you install PHP as an Apache module. The Non Thread Safe version should be used if you install PHP as a CGI binary.

You can now follow the instructions at How to Install PHP on Windows from step 2 onwards. Note that, in step 3, php.ini-recommended is now named php.ini-development; you still need make a copy and rename it php.ini.

If you have previously defined a working PHP configuration file, a tool such as WinMerge can help you compare and copy existing values to your new php.ini file

Santosbulus

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 38
Re: Installing PHP on Windows
« Reply #11 on: January 05, 2011, 01:27:46 AM »
Install PHP for Windows using the Microsoft Web Platform Installer. It’s fast, easy and takes the guess work out of getting PHP up and running on Windows and IIS.

joysmiths

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 4
Re: Installing PHP on Windows
« Reply #12 on: January 30, 2011, 10:37:47 PM »
you provide here very useful information on Installing PHP on Windows and Steps include huge stuff related Installing PHP on Windows and provide great guide to those who have no knowledge about how to Installing PHP on Windows.
Logged

kaminikethy1

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 11
Re: Installing PHP on Windows
« Reply #13 on: May 28, 2011, 09:39:37 AM »
In the installation of PHP, i suggest you all to install your software manually. It works better that the auto installation of this software.

Manual installation offers several benefits:

    backing up, reinstalling, or moving the web server can be achieved in seconds (see 8 Tips for Surviving PC Failure) and
    you have more control over PHP and Apache configuration.

Step 1: download the files
Download the latest PHP 5 ZIP package from www.php.net/downloads.php

As always, virus scan the file and check its MD5 checksum using a tool such as fsum.

Step 2: extract the files
We will install the PHP files to C:\php, so create that folder and extract the contents of the ZIP file into it.

PHP can be installed anywhere on your system, but you will need to change the paths referenced in the following steps.

Step 3: configure php.ini
Copy C:\php\php.ini-recommended to C:\php\php.ini. There are several lines you will need to change in a text editor (use search to find the current setting).

sakhsen

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 10
Re: Installing PHP on Windows
« Reply #14 on: July 04, 2011, 08:52:02 PM »
One easy way to install PHP is use wamp or xampp server. Both are comparatively equal. Easy installation and easy to use.
Logged
Pages: [1] 2