Domain changed to archive.palanq.win . Feb 14-25 still awaits import.
[1 / 1 / 1]

PHP SQL

No.1458428 View ViewReplyOriginalReport
I made an uploader for users.
User names and upload records are in different tables. Do I include the user's name in the upload records with SESSION_['username'] or do I use some kind of INNER JOIN shit to combine both tables when I need to echo who uploaded the file?
I'm guessing it puts strain on the system to do this inner join crap