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
- Slasher
- The FAF Forums SMEGHEAD!!! lol
- Posts: 2635
- Joined: Mon May 03, 2004 5:08 pm
- Location: http://florida4us.com/
- Contact:
I get
- The Beatles
- Fear me for I am root
- Posts: 6285
- 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

