Welcome Guest, Not a member yet? Register   Sign In
HELP joining tables...
#10

[eluser]chazy (aldever calvo)[/eluser]
i dont have it in my url... this is my url

Code:
<div class="content">
<table>
<tr>
    <td>ID Number</td>
    <td>Details ID Number</td>
    <td>Username</td>
    <td>Account Type</td>
    <td>Last Name</td>
    <td>First Name</td>
    <td>Middle Name</td>
    <td>Email</td>
</tr>
&lt;?php if(isset($users) && is_array($users) && count($users)>0):?&gt;
&lt;?php foreach($users as $user):?&gt;
<tr>
    <td>&lt;?php echo $user->user_id?&gt;</td>
    <td>&lt;?php echo $user->user_det_id?&gt;</td>
    <td>&lt;?php echo $user->uname?&gt;</td>
    <td>&lt;?php echo $user->user_type_name?&gt;</td>
    <td>&lt;?php echo $user->lname?&gt;</td>
    <td>&lt;?php echo $user->fname?&gt;</td>
    <td>&lt;?php echo $user->mname?&gt;</td>
    <td>&lt;?php echo $user->email?&gt;</td>
</tr>
&lt;?php endforeach?&gt;
&lt;?php else:?&gt;
<tr>
<td colspan="3">There are currently no users.</td>
</tr>
&lt;?php endif?&gt;


Messages In This Thread
HELP joining tables... - by El Forum - 01-11-2011, 11:02 AM
HELP joining tables... - by El Forum - 01-11-2011, 11:13 AM
HELP joining tables... - by El Forum - 01-11-2011, 11:46 AM
HELP joining tables... - by El Forum - 01-11-2011, 11:56 AM
HELP joining tables... - by El Forum - 01-11-2011, 12:05 PM
HELP joining tables... - by El Forum - 01-11-2011, 12:14 PM
HELP joining tables... - by El Forum - 01-11-2011, 12:24 PM
HELP joining tables... - by El Forum - 01-11-2011, 12:30 PM
HELP joining tables... - by El Forum - 01-11-2011, 12:55 PM
HELP joining tables... - by El Forum - 01-11-2011, 12:57 PM
HELP joining tables... - by El Forum - 01-11-2011, 01:02 PM
HELP joining tables... - by El Forum - 01-11-2011, 01:04 PM
HELP joining tables... - by El Forum - 02-11-2011, 12:34 AM



Theme © iAndrew 2016 - Forum software by © MyBB