need help with if statement
I need help for an if statement in my functions_newpost.php file.
i want to use the variable that shows how many posts you have in a thread in the expression but cant seem to find it. i think its $threadinfo[dot_count] or something similar.
Can someone corrrect this so that it works.
If ($threadinfo[dot_count] < 3) {
DO STUFF
}
Again, I'm not sure i'm using the correct variable so any constructive help is appreciated
|