Skip to content

Tag: php

Call to undefined method CI_Loader::library()

When I want to submit a post a get this type of error. I try to change everything starting from database field to my view but every time when I run a code I get same error but can not see where is the problem Posts Controller Posts Model The error is in line 74, error message: Call to undefined

If database entry null, do not display div

I have a database with option1, option2, option3, option4, option5 as columns. Options 1-3 have data entered, however, options 4-5 are NULL. How can I set it so that a div is NOT displayed if option …