thanks for all those that help - i am able to call the data but now i only want to call one row from the table - the row of the user that logged in - here is my code
[code]<?php
/*if(!$auth==“ok”)
{
header ( “Location:login.html”);
exit;
}
*/
$id==“id”;
?>
Welcome <?php echo $rows['FIRST_NM']; ?>
Bank Account: |
<? echo $rows['BANK']; ?> |
View Profiles
<?php echo $rows['FIRST_NM']; ?>'s Profile |
Senior Mentor Profile |
Junior Mentor Profile |
MOD EDIT: Added code tags