Notice: Uninitialized string offset: 11

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
victor
Forum Commoner
Posts: 65
Joined: Fri Feb 13, 2004 1:36 am

Notice: Uninitialized string offset: 11

Post by victor »

I kept getting notices on my pages and was wondering where can I find a list of
of notices with the numbers which can explicitly explain the notices in detail?

I'm trying really hard to figure out the problem w my coding...

some help is greatly appreciated
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

PHP is saying you've requested the 12th character of a string that doesn't have 12 characters.
Post Reply