Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
http://domain.com/?id=1,2,3,4&prop=5,6,7
foreach ($_GET as $key => $value) {
//SELECT * FROM table WHERE $key IN ($value);
}
The enumeration of all values in the get is done like this:
but how to insert it into your select is up to you =)))
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question