Forumlar / Cotonti / Extensions / PHP array in MySQL query??

GHengeveld
#18275 2009-10-31 01:26
Why use url.php?f=1|2|3 if you can just use url.php?f=1&f=2&f=3 ? This will make $f an array automatically so you don't need to explode it. This is de default way in which checkboxes and multiple selects get sent with the GET method.