be installed when one knows
what they are doing!
Ralph
-Original Message-
From: Paul Blondé [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 24, 2007 5:38 PM
To: 'Ralph Hulslander'
Cc: php-install@lists.php.net
Subject: RE: [PHP-INSTALL] Empty web page
There is a ton of in
if
not all of the details here:
http://ca.php.net/manual/en/install.windows.php
Paul Blondé
-Original Message-
From: Ralph Hulslander [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 24, 2007 12:41 PM
To: php-install@lists.php.net
Subject: [PHP-INSTALL]
A brand new installation of PHP 5.2.3 Apache 2.2.4 on Windows 2003.
I used a .msi installer for both Apache and PHP.
When PHP was finished installing I got a message saying the configuration
failed, need to configure manually.
Ok, fine, where/what do I need to do?
There is a PHP entry in the c
Is this programmed correctly?
if
(empty($event_title)) {
$event_title = '';} else {
$event_title=stripslashes($row["title"]);}