English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I have MySQL installed.

2006-09-19 12:32:25 · 3 answers · asked by Vertigo 1 in Computers & Internet Internet

I cannot create .php pages. I open them in my browser and it does not work. Do I need apache or some other type of server, and do I need to install PHP?

2006-09-19 12:52:48 · update #1

3 answers

Make sure that your computer has permissions to access the database, then run the program as normal

2006-09-19 12:36:43 · answer #1 · answered by Jacob 2 · 0 0

You also need to have PHP installed on your pc to use it as a local development platform. I suggest going with Apache2Triad available at http://sourceforge.net/projects/apache2triad/ It automatically installs PHP integrated with MySQL. I used this setup to develop the website http://www.toucanmultimedia.com

2006-09-19 23:22:11 · answer #2 · answered by gabacho 1 · 0 0

You need to enable IIS on your PC (it comes with Windows 200 Professional and XP Professional) and then configure PHP to run under IIS:

http://www.php.net/manual/en/install.windows.iis.php

Alternatively, you can install Apache and then configure PHP to run under Apache:

http://www.php.net/manual/en/install.windows.apache1.php
http://www.php.net/manual/en/install.windows.apache2.php

__________

2006-09-20 12:02:43 · answer #3 · answered by NC 7 · 0 0

fedest.com, questions and answers