Good evening,
I am looking to have php display columns from different mysql tables. I can get a single instance to work where it pulls two columns from the same table. Is it possible to have it display multiple columns from different tables? I am not a php programmer, nor a mysql db admin but do have enough knowledge to get things to work somewhat. If I cant do it with php, anyone here good with cgi scripting?
You need to join the tables to pull columns of other tables.