I am trying to retreive data from two tables. when I run it, it only shows the one file in documents, and not the other one in uploads.
Code:Select * from uploads, documents WHERE uploads.user = '$userID' AND documents.user = '$userID' ORDER BY uploads.title ASC, documents.title ASC


Reply With Quote
Bookmarks