09.06.2013, 09:52
I've checked my old IT stuff and found the coding I mentioned above...
you can use something like that in the query:
.. so the thing infront of the dot is the table name and the thing after the dot (username and rank) is the acutal field you want to check...
Hope that saves you some time, and you get what you need out of it ...
@Ld Est Ld: sometimes it better to have different tables.
you can use something like that in the query:
Код:
SELECT `bans.username`, `user.rank` FROM `bans`, `user`
Hope that saves you some time, and you get what you need out of it ...
@Ld Est Ld: sometimes it better to have different tables.