I'm losing it people! Can't figure out/remember how to combine variables/strings.
What I mean is I need to do something like this...
$test22="forums_";
$query0=mysql_query("SELECT * FROM $test22.polls);
$test22 and "polls" need to be combined, with $test22 being in the beginning.
I have tried $test22.polls, $test22polls, and $test22.polls
HELP!