Hello, Excuse the improper use of programming terminology, am slowly learning some basics! I have a script that has the following code to call some html code in a field and display. There are 9 fields (advert0, advert1, etc). <? echo $adexchange[advert0]; ?> Instead of always calling advert0 I want it to call a random advert between 0 and 9. Is there any way to do this? Thanks!