Hi All,
I have MySQL, PHP, and Apache installed using windows XP professional.
I am able to use the MySQL Query Browser and create DBs, tables,
populate with data, etc.
I am able to create files using php and view in a browser. I have
tried the beginning tutorial and some others from the php
From: Brad Kowalczyk <[EMAIL PROTECTED]>
To: Jim Douglas <[EMAIL PROTECTED]>
CC: php-install@lists.php.net
Subject: Re: [PHP-INSTALL] PHP apps
Date: Sun, 07 May 2006 10:40:41 +1000
Jim Douglas wrote:
When I try this,
DocumentRoot /usr/opt/tomcat/webapps
Alias /myJSPapp /usr/opt/tomcat/weba
From: Peter Hodge <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: php-install@lists.php.net
Subject: Re: [PHP-INSTALL] PHP apps
Date: Sun, 7 May 2006 12:04:50 +1000 (EST)
Hi Jim,
If you're getting a blank page from PHP, it could also be a PHP error which
isn't being shown. The easiest way t
Peter
Hi, thanks a lot, that worked a treat.
Regards
Jeremy
Peter Hodge wrote:
Hi,
$string doesn't have any spaces in it, so after you do explode:
$string_arr=explode(" ",$string);
$string_arr only has one element in it ($string_arr[0]).
You are trying to access elements 0,1,2,3,4,5,6,7,8