Thread
:
PHP/MySQL Query Help
View Single Post
18-03-2008, 14:51
#
6
(
permalink
)
mocremilo
Senior Member
Join Date: Aug 2007
Location: California
Posts: 135
Thanks for the fast help guys. rob*, that really did the trick. Here's how I used it:
PHP Code:
$ids
=
implode
(
","
,
$ids_array
);
$query
=
"SELECT * FROM table WHERE id IN("
.
$ids
.
")"
;
It's probably not the right way to do it, but it worked.
mocremilo
View Public Profile
Send a private message to mocremilo
Find More Posts by mocremilo