Re: testing php on my home computer



On Mon, 26 Feb 2007 20:52:03 -0700, in alt.php "Thad"
<tsobota@xxxxxxx>
<DVNEh.32760$AU.20356@xxxxxxxxxxxx> wrote:

| alright, you've probably heard this question a million times, I just gotta
| ask it again.
|
| Running xp professional. Need to run the pages on my computer for testing
| my php. What is the best way for a dodo like me who thinks he knows how to
| operate a computer?
|
| Thad :)
|

Ensure you have IIS installed and running, by default IIS is not
installed. You'll need you installation cd for this.

Download the non-self installer file (this creates more headaches than
it solves).
Extract the files to the root of the drive i.e. C\php
Read the installation instructions very carefully. All the information
is there but it is a bit all over the place.
Also ensure that you have your environment variables set correctly.

In IIS create your virtual web folder. This can be on any drive and
any folder you like i.e. d:\webfiles. Under IIS I could call this
widgets (just to confuse everyone including myself)

When you think you have it running, create a test page in your web
folder (filename- test1.php):
<?php
echo phpinfo();
?>

and run it by:
http://localhost/widgets/test1.php

HTH
---------------------------------------------------------------
jnorthau@xxxxxxxxxxxxxxxxxxxxx : Remove your pants to reply
---------------------------------------------------------------
.



Relevant Pages

  • Re: Problems with a new install
    ... I can get pages to be served by the installation, but what I'd also like to do is get PHPMyAdmin working. ... When I try to login to the PMA using a user/pass defined in the MySQL database, I get no error messages, but it just reloads the login page. ... When I try to run through the various buttons for the setup utility, it creates a zero-byte config.inc.php file in the config folder, and never shows anything more than the buttons on the page. ... I've given the IUSR_machinename account privileges to all the PHP folders, as well as the temp folder. ...
    (comp.lang.php)
  • Re: I hate IIS - "Server Application Unavailable" error message
    ... Sorry to tell you this...but you probably have a bad IIS installation. ... That folder *should* be there if you installed IIS 6.0 on W2K3. ... Application Pools would not be available. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: just installed XAMPP -- have one question...
    ... just posted a question in MySQL ng to find out more details about upgrading etc.. ... (also need to solve this port issue, so can use Tomcat, IIS, and XAMPP all w/o having to turn servers off an on all the time.. ... how do I "transfer" the db's that come w/PHP to this installation? ... driver-connection in PHP code.. ...
    (comp.lang.php)
  • IIS not displaying PHP documents
    ... PHP 4 and configure IIS to use the PHP CGI to display PHP pages. ... automatically configure IIS on installation, though when i call upon a valid ...
    (microsoft.public.inetserver.iis)
  • Debugging "Specified Module Not Found" error?
    ... trying to get PHP up and running under IIS to learn it. ... I used the windows installer .msi to install PHP on a WinXP pro ... That folder is in my PATH environment ... Filter Name is PHP and status shows a green upward pointing ...
    (comp.lang.php)