aida Posted March 22, 2007 Share Posted March 22, 2007 i'm about to display certain fields from 2 different tables. the issue is, i don't know how to display it. i have no problem if i just wanna display the data from a asingle table. but, when it comes to call certain fields from 2 different tables, i'd really have no idea.. i do get the idea about the query on phpMyAdmin: SELECT fullname,printer_name,job_type,paper_size FROM student INNER JOIN printing_transaction ON student.pcounter_nric=printing_transaction.uid What about on php? how do i want to display using programming? Link to comment https://forums.phpfreaks.com/topic/43781-combining-2-tables/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.