The form generates a script tag, e.g.:
PHP Code:
<script language="javascript" src="blah.php?forumid=[x,x,x,x]&font=Verdana&border=0"></script>
The script file needs to be able to parse through the forumid array and build the "where" clause of the sql statement accordingly.
I've got all the colors, etc., working, but the forumid part is the most important...and right now, it's just saying "forumid=Array".
I'm trying to figure out why.