Submit Your Article Forum Rules

Results 1 to 6 of 6

Thread: How to install php?

  1. #1
    Junior Member
    Join Date
    Jan 2011
    Posts
    12

    How to install php?

    Anyone could kindly help how to manually install PHP? I tried to understand it through different websites and tutorials but seems quite difficult process. Any help would be greatly appreciated. Thanks in advance.

  2. #2
    WebProWorld MVP DaveSawers's Avatar
    Join Date
    Dec 2006
    Location
    Lunenburg, Nova Scotia, Canada
    Posts
    760
    What's difficult about it? Download the code to your server and follow the few simple steps in the instructions.
    Dynamic Software Development
    www.activeminds.ca

  3. #3
    Junior Member
    Join Date
    Jan 2011
    Posts
    1
    Have you given WAMP a shot (search for WAMP on Google)

    If you only want to install Php then you will need to setup your webserver and configure it to use the php libraries when a php file needs processing

  4. #4
    Junior Member
    Join Date
    Feb 2011
    Posts
    3
    You just need to simply download & install php, To configure it Go to the c:\php folder and make copy of the file "php.ini-recommended". Name the new file "php.ini". That is, you should now have a file "c:\php\php.ini", identical in content with "c:\php\php.ini-recommended".
    If you are using Apache 1, you should either move the php.ini file to your windows directory, "C:\Windows" on most systems, or configure your PATH environment variable to include "c:\php". If you don't know how to do the latter, just move the php.ini file to the "c:\windows" folder. You do not have to do this if you are using Apache 2, since we will include a directive later in the Apache 2 configuration file to specify the location of the php.ini file.

  5. #5
    Banned
    Join Date
    Feb 2011
    Posts
    8
    Simply download latest version of WAMP or XAMPP and install it. You will get Apache Server, MySQL, PHP installed on your computer. It's very easy to install. If you want only the PHP and not understanding the installation guide, then go for video tutorial.

  6. #6
    Junior Member
    Join Date
    Mar 2011
    Posts
    3
    First, install your selected HTTP (web) server on your system, and make sure that it works.

    Run the executable installer and follow the instructions provided by the installation wizard. Two types of installation are supported - standard, which provides sensible defaults for all the settings it can, and advanced, which asks questions as it goes along.

    The installation wizard gathers enough information to set up the php.ini file, and configure certain web servers to use PHP. One of the web servers the PHP installer does not configure for is Apache, so you'll need to configure it manually.

    Once the installation has completed, the installer will inform you if you need to restart your system, restart the server, or just start using PHP.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •