Codeigniter where not exists does not work |
Your if statement is going to always work because both values assigned to $id
will not be null as you think it will be if you want to check it to null replace '' with null. PHP type comparison tables What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
|
Messages In This Thread |
Codeigniter where not exists does not work - by optic4predator1 - 10-18-2020, 11:38 AM
RE: Codeigniter where not exists does not work - by ojmichael - 10-18-2020, 09:28 PM
RE: Codeigniter where not exists does not work - by optic4predator1 - 10-20-2020, 05:59 AM
RE: Codeigniter where not exists does not work - by optic4predator1 - 10-20-2020, 06:00 AM
RE: Codeigniter where not exists does not work - by InsiteFX - 10-21-2020, 10:48 AM
|