Search results

  1. M

    how to call on a mysql table row using a number from a different mysql table in php?

    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...
Back
Top