Notice: Undefined offset: 24 in c:\inetpub\wwwroot\classes\file.php on line 348

This is a discussion on Notice: Undefined offset: 24 in c:\inetpub\wwwroot\classes\file.php on line 348 within the PHP Language forums, part of the PHP Programming Forums category; Hello, I'm having major problems trying to get my head round this problem. I'm trying to generate an ...


Go Back   Usenet Forums > PHP Programming Forums > PHP Language

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-21-2005
google@deanrichardson.com
 
Posts: n/a
Default Notice: Undefined offset: 24 in c:\inetpub\wwwroot\classes\file.php on line 348

Hello,

I'm having major problems trying to get my head round this problem.

I'm trying to generate an error free script, however, I still cannot
sort out this loop.

I get a "Notice: Undefined offset: 24 in
c:\inetpub\wwwroot\classes\file.php on line 348"

The source code for this is:

for($i=0; $i < count($this->_title); $i++)
{
//line 348 below this one
$resultrow[ $this->_title[$i] ] = $data[$i];

}

Is there anything im missing?

Thanks in Advance,
Dean.

Reply With Quote
  #2 (permalink)  
Old 04-21-2005
Alvaro G Vicario
 
Posts: n/a
Default Re: Notice: Undefined offset: 24 in c:\inetpub\wwwroot\classes\file.php on line 348

*** google@deanrichardson.com wrote/escribió (21 Apr 2005 08:41:17 -0700):
> I get a "Notice: Undefined offset: 24 in
> c:\inetpub\wwwroot\classes\file.php on line 348"


> $resultrow[ $this->_title[$i] ] = $data[$i];


Do $this->_title[24] and $data[24] really exist?

Your script loops from 0 to max, but that doesn't imply all the
intermediate values exist.

--
-- Álvaro G. Vicario - Burgos, Spain
-- http://bits.demogracia.com - Mi sitio sobre programación web
-- Don't e-mail me your questions, post them to the group
--
Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +1. The time now is 11:06 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0