Posted by misiek on 05/03/07 15:29
Not sure what causes this errro..!
$this->text = 'w';
$i = 0;
$token = '';
while ($this->text{$i} != null) // <= Line #37
{
// some code
$i++;
}
Uninitialized string offset: 1 in
/home/misiek/workspace/emailpower/app/models/text_construct.php on line 37
Use PHP 5.2
Thanks for help
Navigation:
[Reply to this message]
|