Trying to retrieve all the data onto one page... I\'ve got this working fine when it\'s retrieving from one table like so:
$data = mysql_query(\"SELECT * FROM mo
SELECT md.*, qr.* FROM moduleDetails md LEFT JOIN qResponses qr ON qr.joinColumn = md.joinColumn
Whatever column you used to link them together, use as the joinColumn.