What does this mean?? I've looked all around the web and I can't find any documentation that relates to my problem. The error is telling me:
"Notice: Uninitialized string offset: 0"
In this code:
for( $k=0; $k<count($flags); $k++ ) {
if( $thumbOrder[$pic] == $flags[$k] ) { <--(On this line )
$pass = 1;
}
}
Please Help. Thanks!