Welcome Guest, Not a member yet? Register   Sign In
Noob Help Please!
#21

[eluser]draconus[/eluser]
Okay, now I am officially confused.

My controller:

Code:
function display($page){
            // $this->db->select('*')->from('site')->where('page', $page);
            $sql = "SELECT * FROM site WHERE page='$page'";
            // Echo $sql;
            $query  = $this->db->query($sql);
            return ($query->num_rows() > 0) ? $query->result() : FALSE;
        }
#22

[eluser]draconus[/eluser]
I got it now! Thanks for all the help guys. I appreciate it!
#23

[eluser]Randy Casburn[/eluser]
Great! Sorry about all the confusion last night. It was one of those too tired to think nights.

Glad you got it sorted. Welcome to CI.

Randy




Theme © iAndrew 2016 - Forum software by © MyBB