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

[eluser]John_Betong[/eluser]
[quote author="paigenotfound" date="1257276904"]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>';
[/quote]
&nbsp;
&nbsp;
Why use tables? Try this: &nbsp; this &nbsp; instead.
&nbsp;
&nbsp;
&nbsp;


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