Notice: Undefined offset: 0 in E:\Files\Server\Data\HTTP\bb\index.php on line 116
can anyone tell me what this error means? it repeats like 15 times on the same page
it has something to do with an array
thanks
Notice: Undefined offset: 0 in E:\Files\Server\Data\HTTP\bb\index.php on line 116
can anyone tell me what this error means? it repeats like 15 times on the same page
it has something to do with an array
thanks
Why don't you show us what you're doing on those lines so we don't have to play the guessing game...
My guess.. you're trying to offset an array thats empty.
sorry, I am not english so I dont know what they mean with offset. I dont mind the error, but what does the error mean?
Are you trying to access an element of an array that is empty?
This would be much easier if we could see the code..
then I understand, it is that I try to call a array(3) while this 3 does not exist. this question is resolved
thanks