Welcome Guest, Not a member yet? Register   Sign In
Include Php from database
#1

[eluser]Unknown[/eluser]
Hi,

I'm working on a website using CodeIgniter and I have a CMS where I cand edit my content.

The problem is that I want to load a view in the middle of my saved content.

Ex:
Code:
//content
....

<div class="gray-box">
            &lt;?php $this->load->view('front-end/forms/' . $selected_language . '/careers-form'); ?&gt;
            <div class="clear"></div>
        </div>

//content
...

I want to run this from my database. Any ideas on how I could do that?




Theme © iAndrew 2016 - Forum software by © MyBB