Welcome Guest, Not a member yet? Register   Sign In
Unable to write to config file
#1

[eluser]Dsyfa[/eluser]
Hi,

I have some fields in my config that I would like to modify dynamically.
Code:
/*
|--------------------------------------------------------------------------
| Global Meta Data
|--------------------------------------------------------------------------
*/
$config['md_keywords'] = 'lorem, ipsum';
$config['md_description'] = 'Lorem - Ipsum.';

This is the code that I'm using to modify the above fields.
Code:
$data[ 'keywords' ] = $this->input->post( 'keywords', true );
$this->config->set_item( 'md_keywords', $data[ 'keywords' ] );

Where am I going wrong?

Thanks


Messages In This Thread
Unable to write to config file - by El Forum - 01-09-2008, 03:11 AM
Unable to write to config file - by El Forum - 01-09-2008, 03:46 AM
Unable to write to config file - by El Forum - 01-09-2008, 10:48 PM



Theme © iAndrew 2016 - Forum software by © MyBB