I am trying to get data out of two tables to reference one another. for example in my orders table there is an Event_ID and in my events table there is an Event_ID. Currently my output for orders shows the Event_ID stored in the DB, but I want it to display the Event_Title instead. I am sure it...
My webiste is having a problem. It is calling the data from a database. I want this data to be displayed in a table. It is displaying only one record in the table, the others it is leaving outside the table aas if they are a paragraph. Can you help?
include ("connection.php");
// (3) Create a...