Quote:
Originally posted by JCharlesHolt
So hopefully one of you might be able to offer a suggestion (other than just turning off cookies).
|
Can I ask what is wrong with just using sessions and not cookies? I know cookies are better but at least you would have a working board.
Changing the variable to $bbthreadview[$threadthreadid] won't work, as discovered because the threadid bit needs to be in brackets (the []) as it is an element of the $thread array, so in order to remove the brackets you would need to asign that element of the array to a variable beforehand and change the line.