r($i=0;$i<$wordnum;$i++)
{
if(isset($string_arr[$i])) {
$re_string=" ".$string_arr[$i];
$str=$re_string;
print $str;
}
}
regards,
Peter
--- Jeremy Oliver <[EMAIL PROTECTED]> wrote:
Hi
This script was working fine, now all of a sudden I am getti
Hi
This script was working fine, now all of a sudden I am getting an error:
Date: 06/05/06 Comment By: test
Comment: test
Notice: Undefined offset: 1 in C:\pub\com_summ.php on line 17
Notice: Undefined offset: 2 in C:\pub\com_summ.php on line 17
Notice: Undefined offset: 3 in C:\pub
Carinus
Are you using a windows system (or are you unix). Either way the
solution s/be similar.
This should not be a problem, all you need do is edit the apache
httpd.conf file to reflect your PHP location:
In windows:
#PHP INSERTS
ScriptAlias /php/ "c:/web/php/"
AddType application/x-httpd
You are right on Sasha
The PHP forum is designed for newbies & the not-so-newbies who are
seeking guidance not comments from some smart-ass (Hey smart-ass, if you
know it all, why bother with the forum?) Sadly these types are clogging
up the internet with unhelpful advice, have you ever done a
I have just recently installed PHP beta 5 on Windows XP Pro and I am
having problems connecting to mysql, phpinfo() works fine but it looks
as though it is not loading any mysql modules even though PHP install
file says this is now built in.When I run attached mysql connect test I
get error
"F