Re: [PHP-INSTALL] Error - Notice: Undefined offset:

2006-05-07 Thread Jeremy Oliver
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

[PHP-INSTALL] Error - Notice: Undefined offset:

2006-05-06 Thread Jeremy Oliver
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

Re: [PHP-INSTALL] Question

2006-04-09 Thread Jeremy Oliver
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

Re: [PHP-INSTALL] how to compile php

2006-03-02 Thread Jeremy Oliver
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

[PHP-INST] PHP 5 Beta 1 - mysql 4.0.12 error: "Fatal error: Call to undefinedfunction: mysql_connect() in D:\pub\mysqltest.php on line 6"

2003-07-24 Thread Jeremy Oliver
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