Hi Саша Стаменковић wrote: > Problem I see is, why it has to communicate with db server > for each value in array it quotes?!?!? > Why not ask it for whatever it needs,a dn then use given result > for each value it quotes in array of values.
You see a problem, where no problem is. See the PHP documentation. Most adapter's escape functions requires an active link: <http://www.php.net/manual/en/mysqli.real-escape-string.php> -- Regards, Thomas
