Hi, I've added an admin page to a webpage im doing that allows the owners to change and view data in a database. The website is for a mouthguard clinic that allows you to signup online. I'm using 2 tables in my database; one for storing clinic names (sportden_patientdb) and assigning them a unique id, and one for recording the clients name, email phone number and the clinic id (patients_registration) that was submited via the form (http://www.sportdental.ca/signup/form.php). The data is viewed through http://data.sportdental.ca (use usr/pwd : test/test). I want every different clinic to display under a different table and get the data that associates with that clinic id for all the patients. The code I have wrote just isn't doing the trick and I dont no why. Maybe some1 else will have better luck! Thanx in advance! If you need FTP email me Email me.
Sorry to bother people! I was missing single quotes around a variable name and that threw the entire script off. Despite my hours of debugging and searching for the problem, it goes to show one can't look enough!