My apologies. The thing is, it's not throwing errors, it's just that nothing at all is showing up. Perhaps if I explained a little bit about what I was doing that may help.
In a way, I'm creating a mini "phpMyAdmin" for non-programmer (or computer for that matter) savvy folks. They can search the database and it will bring up a list of names that it found. Beneath each name they can click either "Modify" or "Delete". Delete will obviously delete the record from the database. Modify will allow them to edit any part of that record that they choose, without messing up anything that already exists. However, I'm having problems getting the information to display how I need it to.
There are 4 tables that I am working with: accounts, courses, family, and members. What I wanted was that when the "Modify" link was clicked, a page would display four tables each containing the information for that name (or ID) in that table. There would be one "Submit" button at the bottom that they would click after all of the information was edited to suit their needs. Once the "Submit" button was clicked the information in the database would be updated and they could then do another search, or whatever they need to do.
All my attempts at this thus far have been futile because I can only get one table to show at a time. This was supposed to be done a while ago but between other work and being out of town it's been kind of hard. Not to mention the problems I've ran into with this. Would it be possible for someone to guide me in the right direction now that you know what I'm trying to accomplish? I would be most appreciative of it as I always am for any help that I receive here. I'm not looking for someone to write code (I won't stop them, but that's not what I'm asking 😉), just merely some help in the right direction with how I might better write my code to make this work so that I don't have to go through 5 different pages just to get one record updated.
As a side note I am about to read that "Debugging 101" link that was provided. Thanks for that and thanks for all the help you've provided me with! 🙂