Computing.Net > Forums > Web Development > How do I setup PHP & MySQL on XP

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

How do I setup PHP & MySQL on XP

Reply to Message Icon

Name: OnlyJC
Date: March 5, 2004 at 03:02:59 Pacific
OS: XP pro
CPU/Ram: 256
Comment:

Hi

I want to be able to setup a mini web-server to host local pages for an intranet.

I want a server that will be based on XP pro but needs to use PHP & MySQL as thats what its been coded with.

I do not know how to set this up.

Do I need Apache or IIS or Does it not matter?

I am confused. Help

From John



Sponsored Link
Ads by Google

Response Number 1
Name: Infinite Recursion
Date: March 5, 2004 at 05:45:08 Pacific
Reply:

MySQL is a simple install... so you can grab a copy and just run the setup Download Apache 2.0...

To make your Apache web server recognize PHP, add the following lines to your Apache httpd.conf file.

---------------
ScriptAlias /php/ "c:/php/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "/php/php.exe"
---------------

For more information:

http://httpd.apache.org/
http://www.mysql.com/documentation/index.html
http://www.php.net/manual/en/install.apache2.php

IR


0

Response Number 2
Name: wmikke
Date: March 5, 2004 at 10:48:49 Pacific
Reply:

Hi John, hi everyone,

You can also use PHPTriad
With this program you can test your .php files on your computer or visit your .php files on the intranet. The program is based on Apache and Mysql.

Webmaster help in English and Dutch. With scripts & tutorials about HTML, CSS, PHP, Javascript.To go short: Come quick to: www.scriptzine.nl


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Web Development Forum Home


Sponsored links

Ads by Google


Results for: How do I setup PHP & MySQL on XP

how do i edit mambo and joomla templates on m www.computing.net/answers/webdevel/how-do-i-edit-mambo-and-joomla-templates-on-m/4078.html

How do I post code? www.computing.net/answers/webdevel/how-do-i-post-code/3416.html

How do i do this? www.computing.net/answers/webdevel/how-do-i-do-this/1463.html