Hello,
I'm using the [...WHERE ID IN ($ID_list)...]
syntax extensively in my current project, but I'm wondering if this
method could have a drawback: if the array $ID_list contains about 200 IDs, could it be a problem or is it totally
safe?
Thanks a lot for the feedback.
I'm using the [...WHERE ID IN ($ID_list)...]
syntax extensively in my current project, but I'm wondering if this
method could have a drawback: if the array $ID_list contains about 200 IDs, could it be a problem or is it totally
safe?
Thanks a lot for the feedback.