Ok, what i need: i'm reading from a forum, a vB forum, and i need to make an array for all the "threadid" numbers in the "forum" table. then i need to seach the "posts" table for posts matching the threadid.
is there an easy way i could do this?
EDIT: would it just be like:
$x = 1, 4, 7, 10, 24, 74;
$y = (random Number);
if ($y == $x) {
echo "Yes, theres a match.";
} else {
echo "No match";
}
This post has been edited by RichardSA: 10 April 2005 - 08:30 AM

New Topic/Question
Reply




MultiQuote



|