Welcome Guest, Not a member yet? Register   Sign In
Very stupid and elementary question
#3

[eluser]ciGR[/eluser]
If I understand your problem is that you want to create the '1','2' instead of 1,2 you get.
Maybe you can try this
Code:
$where_in_string = "'". implode("','", $selected_inst_ids)."'";


Messages In This Thread
Very stupid and elementary question - by El Forum - 02-27-2010, 01:31 PM
Very stupid and elementary question - by El Forum - 02-27-2010, 02:00 PM
Very stupid and elementary question - by El Forum - 02-27-2010, 03:11 PM
Very stupid and elementary question - by El Forum - 02-27-2010, 04:26 PM
Very stupid and elementary question - by El Forum - 02-27-2010, 05:35 PM



Theme © iAndrew 2016 - Forum software by © MyBB