I'm using two mysql tables for a commenting part of my website. one holds all the comments, the other holds all the users info. I need away for the comments table to be able to call on certain parts of the user table.
my current code is below:
<?php
$query_Recordset1 = "SELECT * FROM comments...