Welcome Guest, Not a member yet? Register   Sign In
how to make the table rows into links?
#3

[eluser]paigenotfound[/eluser]
i mean something like this

Code:
echo '<a href='.base_url().'>cid.'>';
echo '<tr>';
echo '<td>';
echo ucwords($row->lname).',' ;
echo '</a>';
echo '</td>';
echo '<td>';
echo ucwords($row->fname);
echo '</td>';
echo '</tr>';
echo '</a>';


Messages In This Thread
how to make the table rows into links? - by El Forum - 11-03-2009, 07:08 AM
how to make the table rows into links? - by El Forum - 11-03-2009, 07:13 AM
how to make the table rows into links? - by El Forum - 11-03-2009, 07:35 AM
how to make the table rows into links? - by El Forum - 11-03-2009, 07:45 AM
how to make the table rows into links? - by El Forum - 11-03-2009, 10:21 AM
how to make the table rows into links? - by El Forum - 11-03-2009, 10:47 AM
how to make the table rows into links? - by El Forum - 11-03-2009, 11:02 AM
how to make the table rows into links? - by El Forum - 11-03-2009, 11:24 AM
how to make the table rows into links? - by El Forum - 11-03-2009, 08:58 PM



Theme © iAndrew 2016 - Forum software by © MyBB