codeigniter - Mysql query is not showing required result please find the mistake in this. the query is given below -


select * `organizations` `added_by` = 1 , `deleted`= 0 ,   ( 'name' '%s%' escape '!' or  'phy_country' '%s%' escape '!' or  'phy_state' '%s%' escape '!' or  'phy_city' '%s%' escape '!' or  'phy_email' '%s%' escape '!' or  'phy_phone' '%s%' escape '!' or  'date_added' '%s%' escape '!' or  'date_modification' '%s%' escape '!' or  'status' '%s%' escape '!'  ) 


Comments

Popular posts from this blog

cookies - Yii2 Advanced - Share session between frontend and mainsite (duplicate of frontend for www) -

angular - password and confirm password field validation angular2 reactive forms -

php - Permission denied. Laravel linux server -