PHPMine
<? if(PHP > $Expectations) echo $Results ?>
by Angel S. Moreno
UNDER SOME SERIOUS CONSTRUCTION LINKS MAY NOT WORK
Asked 2008-05-20 03:41:33 by Hernan B
Apache 5.2.6 is not working .. Please HELP !!!?
I'm frustrated trying to make PHP and Apache works.
Here you have what I'm doing:
1. First of all download the Apache 2.2.8 MSI Installer and the PHP 5.2.5 zip package save these files to your Desktop
2. I ran the apache and chose localhost and I went to the locahost and I got "It Works"
3. I extracted the php-5.2.5-Win32 zip file to C:\PHP.
And I went to the "httpd.conf" and scroll down to the line
"# Secure (SSL/TLS) connections"
And before that line and put
# Secure (SSL/TLS) connections
#Include conf/httpd-php5.conf
4. And then, I created a folder "httpd-php5.conf" on the "conf" folder.
5. And I put into this folder
LoadModule php5_module "C:/php/php5apache2_2.dll...
PHPIniDir "C:/php"
AddType application/x-httpd-php .php
6. I restarted apache and create a folder with "<?php phpinfo(); ?>" and still is not working :-( please help
1 second ago - 3 days left to answer.
Anwered 2008-05-20 03:50:08 by deverybest
I asume you are using windows. I would recomend getting easyphp: http://www.easyphp.org
(click download on the top right). When it is installed php and apache should work seamlessly together. This is what I used to host a web server on my windows xp but I now use Ubuntu, which is much better.
Hope this helped you
Anwered 2008-05-20 05:20:02 by Clifford D
Go to a web site called, The Internet Tourbus...they will answer your questions...or you can go to WGN 720 on your radio at 12 midnight and call in or email them and they will answer all your questions. The radio station is out of Chicago. Or try a web site called computer geek or computer guru.
Questions and answers provided by the Yahoo Answers Community.