Welcome Guest, Not a member yet? Register   Sign In
php CI variable out the database
#1

[eluser]pragmatical[/eluser]
I have a problem .

I have saved in a database table standard_content the follow text : $this->config->item('plaats')

now want i this on my site whit this:

$content = $st_content->result_array();
echo $content[0]['content'];

but then i see this "$this->config->item('plaats')" but i want to see "Amsterdam"

can someone help me.

Sorry for my bad englisch

Richard
#2

[eluser]n0xie[/eluser]
So you want to save php code in the database, then execute it?

The only solution I can think of is eval(), which you shouldn't use.
#3

[eluser]pragmatical[/eluser]
I hav a text in a table:
example:
hello nice to see you on this local website of ( cityname).

and then is cityname the variable that i allready know because it is my subdomain.




Theme © iAndrew 2016 - Forum software by © MyBB