If condition for posts that aren't the first?
MattR Offline
Junior Member
**
Posts: 40
Joined: Jul 2010
Post: #3
RE: If condition for posts that aren't the first?
Or I'd do:

PHP Code:
1
2
3
4
5
6
7
8
if($post['pid'] != $thread['firstpost'])
{
// not first
}
else
{
// first
}


But either should work.

12-09-2011 08:00 PM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
RE: If condition for posts that aren't the first? - MattR - 12-09-2011 08:00 PM

 Standard Tools
Forum Jump: