Posted by: creativeboyhm on: March 5, 2008
http://www.vupages.com/Library/aspdotnet/index.html
Posted by: creativeboyhm on: March 5, 2008
if(ceil(($eu/$limit))==0)
$pno=1;
else
$pno=ceil(($eu/$limit));
echo $pno.”/”.ceil(($totalcomments/$limit));
Recent Comments