Welcome Guest, Not a member yet? Register   Sign In
Not receiving post data
#6

[eluser]pyronate[/eluser]
What's the best way to delete a bunch of id's from a table using the $this->db->delete function? The components[] is as such:

Code:
Array
(
    [0] => 57
    [1] => 58
    [2] => 56
    [3] => 38
    [4] => 46
    [5] => 34
    [6] => 52
    [7] => 53
    [8] => 44
    [9] => 49
    [10] => 41
    [11] => 43
    [12] => 45
    [13] => 47
    [14] => 48
    [15] => 50
    [16] => 51
    [17] => 55
    [18] => 39
    [19] => 37
)

What's the best way to generate the SQL query DELETE from components where id=57 etc... using code igniter?


Messages In This Thread
Not receiving post data - by El Forum - 11-05-2010, 04:18 PM
Not receiving post data - by El Forum - 11-05-2010, 05:09 PM
Not receiving post data - by El Forum - 11-06-2010, 02:08 AM
Not receiving post data - by El Forum - 11-06-2010, 01:49 PM
Not receiving post data - by El Forum - 11-06-2010, 01:58 PM
Not receiving post data - by El Forum - 11-06-2010, 02:16 PM



Theme © iAndrew 2016 - Forum software by © MyBB