NYCPHP Meetup

NYPHP.org

[nycphp-talk] Newbie seeks PHP installation help / suggestions

Susan Shemin susan_shemin at yahoo.com
Sat Dec 9 13:22:47 EST 2006


just a suggestion, you can go to www.sokkit.net and its Sokkit utility has Apache, PHP and MySql all configured properly and you can be up and running in minutes


----- Original Message ----
From: Tim Gales <tgales at tgaconnect.com>
To: NYPHP Talk <talk at lists.nyphp.org>
Sent: Saturday, December 9, 2006 1:01:59 PM
Subject: Re: [nycphp-talk] Newbie seeks PHP installation help / suggestions


Bob Paul wrote:
{snip]

> I'm lost in the PHP 
> configuration files and have not a clue how to activate PHP.

in httpd.conf file be sure to include
  LoadModule php5_module "C:/your/installation/php5apache2.dll"

and
  AddType application/x-httpd-php .php

Then (after restarting) apache, try
http://your.server.com/info.php

(contents of info.php: )
<?php
     phpinfo();
?>

and see what happens...

--

T. Gales & Associates
'Helping People Connect with Technology'

http://www.tgaconnect.com
_______________________________________________
New York PHP Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk

NYPHPCon 2006 Presentations Online
http://www.nyphpcon.com

Show Your Participation in New York PHP
http://www.nyphp.org/show_participation.php


 
____________________________________________________________________________________
Want to start your own business?
Learn how on Yahoo! Small Business.
http://smallbusiness.yahoo.com/r-index
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nyphp.org/pipermail/talk/attachments/20061209/0fba1d15/attachment.html>


More information about the talk mailing list