Welcome Guest, Not a member yet? Register   Sign In
Insert a hyperlink inside a HTML Table Class
#1

[eluser]Slowcheetah[/eluser]
How can i insert a link inside a HTML Table Class? This is my current code.

Code:
function competitie_top_5()
    {
        $this->db->select('username, rating');

        $query = $this->db->get('users_ratings'), 5);
        
        return $this->table->generate($query);
    }

And i want to have the username to be an hyperlink. For example;

Code:
<a href='profiles/$username'>$username</a>


Messages In This Thread
Insert a hyperlink inside a HTML Table Class - by El Forum - 03-05-2009, 01:30 PM
Insert a hyperlink inside a HTML Table Class - by El Forum - 03-05-2009, 01:36 PM
Insert a hyperlink inside a HTML Table Class - by El Forum - 03-05-2009, 01:40 PM
Insert a hyperlink inside a HTML Table Class - by El Forum - 03-05-2009, 01:43 PM
Insert a hyperlink inside a HTML Table Class - by El Forum - 03-05-2009, 01:55 PM
Insert a hyperlink inside a HTML Table Class - by El Forum - 03-05-2009, 02:30 PM
Insert a hyperlink inside a HTML Table Class - by El Forum - 04-24-2009, 11:50 AM



Theme © iAndrew 2016 - Forum software by © MyBB