Welcome Guest, Not a member yet? Register   Sign In
Quotes in query
#11

[eluser]Tpojka[/eluser]
[quote author="ivantcholakov" date="1382359911"]This is what you know, I can't tell. Where does the list of zip-codes come from? From the database, from a text file, from a PHP hard-coded array/string? Who makes/updates this list? And in time this situation may change.[/quote]

Exactly.

Btw, I am realizing that $array is processed with some kind of function before passing in query, i.e:

Code:
$zipcodes = $this-input->post['zipcodes'];
do_process($array)
{
  foreach($array as &$elem)
  {
    // make any escaping, checking or needed function
  }
  return $array;
}

$zipcodes = do_process($zipcodes);
SELECT * FROM (`TABLE`) WHERE `Zipcode` IN ('$zipcodes');


Messages In This Thread
Quotes in query - by El Forum - 10-21-2013, 01:18 AM
Quotes in query - by El Forum - 10-21-2013, 02:17 AM
Quotes in query - by El Forum - 10-21-2013, 02:40 AM
Quotes in query - by El Forum - 10-21-2013, 03:50 AM
Quotes in query - by El Forum - 10-21-2013, 05:00 AM
Quotes in query - by El Forum - 10-21-2013, 05:02 AM
Quotes in query - by El Forum - 10-21-2013, 05:16 AM
Quotes in query - by El Forum - 10-21-2013, 05:28 AM
Quotes in query - by El Forum - 10-21-2013, 05:36 AM
Quotes in query - by El Forum - 10-21-2013, 05:51 AM
Quotes in query - by El Forum - 10-21-2013, 06:10 AM
Quotes in query - by El Forum - 10-21-2013, 07:10 AM
Quotes in query - by El Forum - 10-21-2013, 07:15 AM
Quotes in query - by El Forum - 10-21-2013, 07:20 AM



Theme © iAndrew 2016 - Forum software by © MyBB