jacks0_0
12-17-2006, 10:35 AM
When my Post < 1000 , it working .
Ex : My post = 300
$a = $post[posts]
$b = 1
echo $a+ $b
----------
= 301
----------
When my Post > 1000 .
Ex : My post = 2000
$a = $post[posts]
$b = 1
echo $a+ $b
---------
= 3 ( bug)
---------
Please help me fix that bug .
Ex : My post = 300
$a = $post[posts]
$b = 1
echo $a+ $b
----------
= 301
----------
When my Post > 1000 .
Ex : My post = 2000
$a = $post[posts]
$b = 1
echo $a+ $b
---------
= 3 ( bug)
---------
Please help me fix that bug .