Thank you so much. That just shortened everything quite nicely.
Now I'm just having issues with everything else.
I'm desperately trying to learn PHP and vBulletin functions all at the same time in as little time as possible. Kinda messing me up here...
Sorry for being such a (n OR b)oob.
--------------- Added [DATE]1230731403[/DATE] at [TIME]1230731403[/TIME] ---------------
Okay, I've figured most of it out now (yes, I've been searching, not just asking

), but I'm coming across a problem (My fault, I'm sure. I'm not afraid to say that I know almost nothing here).
In my database I've entered bogus "menus" and "planners".
With:
PHP Code:
$menus_array = $vbulletin->db->fetch_array($menus);
echo print_r($menus_array);
I'm only getting one row as a result. (Array ( [id] => 1 [shortdescription] => my first breakfast menu ) 1)
How do I get an array with all results? (Please don't shoot me

)
Maybe I should mention that I changed my code a little, so the whole implode() function wasn't necessary. $menuids was already "1,2,3,4".