Hello,
Lets say i have 3 tables
players:
id_player
name_player
more
more...
more...
owner_team_id
alllogs:
id_log
team
upd_data
usr_teamid
Here is my database (more is examples)... the bold one is what i need to check if its the same and show some information submited from that user.
The 'id_log' starts from the 41 (fro some reason..?? dont know why) but i dont think this is problem. All the data i want to show is from 'alllogs' table
Please show me examples base on my tables becuse im new and it would be more easy for me
Code
<table style="width: 100%" class="style1">
<tr>
<td class="titlebarmain" colspan="2">Ttile</td>
</tr>
<tr>
<td style="width: 299px">1:</td>
<td><?php echo htmlspecialchars($row["ant_por"]) ?></td>
</tr>
<tr>
<td style="width: 299px"> </td>
<td><?php echo htmlspecialchars($row["upd_data"]) ?></td>
</tr>
</table>
</body>
</html>
Thank you