Welcome Guest, Not a member yet? Register   Sign In
Input Error in Linux : Undefined property: Welcome::$input
#6

@musti7084,

Assuming that you are using CI3 you forgot to load the necessary helpers/libraries
$this->load->helper(array('form', 'url'));
$this->load->library('form_validation');

Use this as an example https://codeigniter.com/userguide3/tutor...ate-a-form .
Reply


Messages In This Thread
RE: Input Error in Linux : Undefined property: Welcome::$input - by php_rocs - 05-01-2020, 11:49 AM



Theme © iAndrew 2016 - Forum software by © MyBB