im tryin do it so need 20 forum posts to view links this wot im using 
	prob is it shows you need 20 posts even when done over 20 iv tried all ways and cnt get it to work any help b great
							
						
					Code:
	
	If(getposts(getuid_sid($sid))<20)
{
$posts = $info["posts"];
echo "you need 20 posts to view links<br/>";
}
else
{
echo "<b></b><a accesskey=\"9\" href=\"linksites.php?sid=$sid\"> Links</a><br/>";
}

 
							
						
Comment