Quote:
Originally Posted by Kirk Y
Well execution orders wouldn't matter in that instance. I'm going to bet your problem is that you're not using different variable names for each banner.
ie: $random_banner and then $random_banner2
|
That's what I figured the problem was but I didn't know how to do it.
Code:
<div align="center">$random_banner[$random_number]</div>
When I tried adding a "2" between "number" and "]", it made the bottom banner disapear.
Can you tell me what code I need and if both of them need to be changed or only the bottom one?