But when I click it again it shows one clan ok then I click it again and it shows a differnet clan until it goes through all the clans then I get the error again...Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/staron/public_html/dev/clancrier.php on line 70
Leader: (#)
Dev Bug - criers
I get
I do not have a signature, you must be imagining
- The Beatles
- Fear me for I am root
- Posts: 6286
- Joined: Tue May 24, 2005 8:12 pm
Retto does not grasp the concept of an array going from 0 to length-1. Changed:
to
Fixed.
code: Select all
$rn = rand(0, count($clannumbers));code: Select all
$rn = rand(0, count($clannumbers)-1);:wq
-
Members connected in real time