I know this is very basic but I am just curious if there is a better way to do this, i'm sure there is a shorter way but i'm stumped right now
<?PHP
if($line_member['topfriendsno'] == 8 | $line_member['topfriendsno'] == 16 | $line_member['topfriendsno'] == 24 |){
$pagesize = 24;
}
?>